Html Css Color HEX #2142EA Persian Blue

📋 copy color: '#2142EA'

red 33 ◦ green 66 ◦ blue 234

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

Shades of Persian Blue #2142EA

Tints of Persian Blue #2142EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 70.27%

R = 9.91%
G = 19.82%
B = 70.27%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2142EA (or 0x2142EA) is known color: Persian Blue. HEX triplet: 21, 42 and EA. RGB value is (33,66,234). Sum of RGB (Red+Green+Blue) = 33+66+234=333 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.91% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 234 (91.80% from 255 or 70.27% from 333); Max value from RGB is 234 - color contains mainly: blue. Hex color #2142EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2142EA is #DEBD15. Grayscale: #4A4A4A. Windows color (decimal): -14597398 or 15352353. OLE color: 15352353.

HSL color Cylindrical-coordinate representation of color #2142EA: hue angle of 230.15º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2142EA is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 66 234 -
CMYK 0.86 0.72 0 0.08
HSL 230.15º 0.83% 0.52% -
HSV(B) 230.15º 0.86% 0.92% -
XYZ 17.43 10.16 78.88 -
YUV 75.29 217.57 97.84 -
System Red Green Blue C M Y K H S L
Decimal 33 66 234 0.86 0.72 0 0.08 230.15 0.83 0.52
Hex 21 42 EA 56 48 0 8 E6 53 34
Octal 41 102 352 126 110 0 10 346 123 64
Binary 100001 1000010 11101010 1010110 1001000 0 1000 11100110 1010011 110100

Color Harmonies of #2142EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2142EA

Black with #2142EA

Text Example


Text Example

White with #2142EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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