Html Css Color HEX #2142CE Persian Blue

📋 copy color: '#2142CE'

red 33 ◦ green 66 ◦ blue 206

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

Shades of Persian Blue #2142CE

Tints of Persian Blue #2142CE

RGB

 RED value IS 33 (13.28% from 255) = 10.82%

 GREEN value IS 66 (26.17% from 255) = 21.64%

 BLUE value IS 206 (80.86% from 255) = 67.54%

R = 10.82%
G = 21.64%
B = 67.54%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2142CE (or 0x2142CE) is known color: Persian Blue. HEX triplet: 21, 42 and CE. RGB value is (33,66,206). Sum of RGB (Red+Green+Blue) = 33+66+206=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #2142CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2142CE is #DEBD31. Grayscale: #474747. Windows color (decimal): -14597426 or 13517345. OLE color: 13517345.

HSL color Cylindrical-coordinate representation of color #2142CE: hue angle of 228.55º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2142CE is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 66 206 -
CMYK 0.84 0.68 0 0.19
HSL 228.55º 0.72% 0.47% -
HSV(B) 228.55º 0.84% 0.81% -
XYZ 13.72 8.68 59.34 -
YUV 72.09 203.57 100.12 -
System Red Green Blue C M Y K H S L
Decimal 33 66 206 0.84 0.68 0 0.19 228.55 0.72 0.47
Hex 21 42 CE 54 44 0 13 E5 48 2F
Octal 41 102 316 124 104 0 23 345 110 57
Binary 100001 1000010 11001110 1010100 1000100 0 10011 11100101 1001000 101111

Color Harmonies of #2142CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2142CE

Black with #2142CE

Text Example


Text Example

White with #2142CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2142CE; }

 p { color: rgb(33,66,206); }

 H1.HeaderClassName
 {
   color: #2142CE;
 }
 .AnyTagClassName
 {
   color: #2142CE;
 }
</style>

background-color css

<style>
 a { background-color: #2142CE; }

 a { background-color: rgb(33,66,206); }

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

border-color css

<style>
 span { border-color: #2142CE; }

 span { border-color: rgb(33,66,206); }

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