Html Css Color HEX #104ADC Persian Blue

📋 copy color: '#104ADC'

red 16 ◦ green 74 ◦ blue 220

#104ADC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #104ADC

Tints of Persian Blue #104ADC

RGB

 RED value IS 16 (6.64% from 255) = 5.16%

 GREEN value IS 74 (29.3% from 255) = 23.87%

 BLUE value IS 220 (86.33% from 255) = 70.97%

R = 5.16%
G = 23.87%
B = 70.97%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#104ADC (or 0x104ADC) is known color: Persian Blue. HEX triplet: 10, 4A and DC. RGB value is (16,74,220). Sum of RGB (Red+Green+Blue) = 16+74+220=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 220 (86.33% from 255 or 70.97% from 310); Max value from RGB is 220 - color contains mainly: blue. Hex color #104ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104ADC is #EFB523. Grayscale: #484848. Windows color (decimal): -15709476 or 14436880. OLE color: 14436880.

HSL color Cylindrical-coordinate representation of color #104ADC: hue angle of 222.94º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104ADC is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 74 220 -
CMYK 0.93 0.66 0 0.14
HSL 222.94º 0.86% 0.46% -
HSV(B) 222.94º 0.93% 0.86% -
XYZ 15.58 10.18 68.85 -
YUV 73.3 210.78 87.13 -
System Red Green Blue C M Y K H S L
Decimal 16 74 220 0.93 0.66 0 0.14 222.94 0.86 0.46
Hex 10 4A DC 5D 42 0 E DF 56 2E
Octal 20 112 334 135 102 0 16 337 126 56
Binary 10000 1001010 11011100 1011101 1000010 0 1110 11011111 1010110 101110

Color Harmonies of #104ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104ADC

Black with #104ADC

Text Example


Text Example

White with #104ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104ADC; }

 p { color: rgb(16,74,220); }

 H1.HeaderClassName
 {
   color: #104ADC;
 }
 .AnyTagClassName
 {
   color: #104ADC;
 }
</style>

background-color css

<style>
 a { background-color: #104ADC; }

 a { background-color: rgb(16,74,220); }

 div.DivClassName
 {
   background-color: #104ADC;
 }
 .BgClassName
 {
   background-color: #104ADC;
 }
</style>

border-color css

<style>
 span { border-color: #104ADC; }

 span { border-color: rgb(16,74,220); }

 td.TdClassName
 {
   border-color: #104ADC;
 }
 .TagClassName
 {
   border-color: #104ADC;
 }
</style>