Html Css Color HEX #2142D2 Persian Blue

📋 copy color: '#2142D2'

red 33 ◦ green 66 ◦ blue 210

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

Shades of Persian Blue #2142D2

Tints of Persian Blue #2142D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 67.96%

R = 10.68%
G = 21.36%
B = 67.96%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2142D2 (or 0x2142D2) is known color: Persian Blue. HEX triplet: 21, 42 and D2. RGB value is (33,66,210). Sum of RGB (Red+Green+Blue) = 33+66+210=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 210 (82.42% from 255 or 67.96% from 309); Max value from RGB is 210 - color contains mainly: blue. Hex color #2142D2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2142D2 is #DEBD2D. Grayscale: #474747. Windows color (decimal): -14597422 or 13779489. OLE color: 13779489.

HSL color Cylindrical-coordinate representation of color #2142D2: hue angle of 228.81º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2142D2 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 33 66 210 -
CMYK 0.84 0.69 0 0.18
HSL 228.81º 0.73% 0.48% -
HSV(B) 228.81º 0.84% 0.82% -
XYZ 14.21 8.87 61.94 -
YUV 72.55 205.57 99.79 -
System Red Green Blue C M Y K H S L
Decimal 33 66 210 0.84 0.69 0 0.18 228.81 0.73 0.48
Hex 21 42 D2 54 45 0 12 E5 49 30
Octal 41 102 322 124 105 0 22 345 111 60
Binary 100001 1000010 11010010 1010100 1000101 0 10010 11100101 1001001 110000

Color Harmonies of #2142D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2142D2

Black with #2142D2

Text Example


Text Example

White with #2142D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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