Html Css Color HEX #1C2ADE Persian Blue

📋 copy color: '#1C2ADE'

red 28 ◦ green 42 ◦ blue 222

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

Shades of Persian Blue #1C2ADE

Tints of Persian Blue #1C2ADE

RGB

 RED value IS 28 (11.33% from 255) = 9.59%

 GREEN value IS 42 (16.8% from 255) = 14.38%

 BLUE value IS 222 (87.11% from 255) = 76.03%

R = 9.59%
G = 14.38%
B = 76.03%

CMYK

 C value IS 0.87

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1C2ADE (or 0x1C2ADE) is known color: Persian Blue. HEX triplet: 1C, 2A and DE. RGB value is (28,42,222). Sum of RGB (Red+Green+Blue) = 28+42+222=292 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.59% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 222 (87.11% from 255 or 76.03% from 292); Max value from RGB is 222 - color contains mainly: blue. Hex color #1C2ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2ADE is #E3D521. Grayscale: #393939. Windows color (decimal): -14931234 or 14559772. OLE color: 14559772.

HSL color Cylindrical-coordinate representation of color #1C2ADE: hue angle of 235.67º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C2ADE is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 28 42 222 -
CMYK 0.87 0.81 0 0.13
HSL 235.67º 0.78% 0.49% -
HSV(B) 235.67º 0.87% 0.87% -
XYZ 14.49 7.18 69.73 -
YUV 58.33 220.36 106.36 -
System Red Green Blue C M Y K H S L
Decimal 28 42 222 0.87 0.81 0 0.13 235.67 0.78 0.49
Hex 1C 2A DE 57 51 0 D EC 4E 31
Octal 34 52 336 127 121 0 15 354 116 61
Binary 11100 101010 11011110 1010111 1010001 0 1101 11101100 1001110 110001

Color Harmonies of #1C2ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2ADE

Black with #1C2ADE

Text Example


Text Example

White with #1C2ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C2ADE; }

 p { color: rgb(28,42,222); }

 H1.HeaderClassName
 {
   color: #1C2ADE;
 }
 .AnyTagClassName
 {
   color: #1C2ADE;
 }
</style>

background-color css

<style>
 a { background-color: #1C2ADE; }

 a { background-color: rgb(28,42,222); }

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

border-color css

<style>
 span { border-color: #1C2ADE; }

 span { border-color: rgb(28,42,222); }

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