Html Css Color HEX #021EEA Blue

📋 copy color: '#021EEA'

red 2 ◦ green 30 ◦ blue 234

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

Shades of Blue #021EEA

Tints of Blue #021EEA

RGB

 RED value IS 2 (1.17% from 255) = 0.75%

 GREEN value IS 30 (12.11% from 255) = 11.28%

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

R = 0.75%
G = 11.28%
B = 87.97%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#021EEA (or 0x021EEA) is known color: Blue. HEX triplet: 02, 1E and EA. RGB value is (2,30,234). Sum of RGB (Red+Green+Blue) = 2+30+234=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 234 (91.80% from 255 or 87.97% from 266); Max value from RGB is 234 - color contains mainly: blue. Hex color #021EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #021EEA is #FDE115. Grayscale: #2C2C2C. Windows color (decimal): -16638230 or 15343106. OLE color: 15343106.

HSL color Cylindrical-coordinate representation of color #021EEA: hue angle of 232.76º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021EEA is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 2 30 234 -
CMYK 0.99 0.87 0 0.08
HSL 232.76º 0.98% 0.46% -
HSV(B) 232.76º 0.99% 0.92% -
XYZ 15.34 6.88 78.36 -
YUV 44.88 234.72 97.41 -
System Red Green Blue C M Y K H S L
Decimal 2 30 234 0.99 0.87 0 0.08 232.76 0.98 0.46
Hex 2 1E EA 63 57 0 8 E9 62 2E
Octal 2 36 352 143 127 0 10 351 142 56
Binary 10 11110 11101010 1100011 1010111 0 1000 11101001 1100010 101110

Color Harmonies of #021EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021EEA

Black with #021EEA

Text Example


Text Example

White with #021EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021EEA; }

 p { color: rgb(2,30,234); }

 H1.HeaderClassName
 {
   color: #021EEA;
 }
 .AnyTagClassName
 {
   color: #021EEA;
 }
</style>

background-color css

<style>
 a { background-color: #021EEA; }

 a { background-color: rgb(2,30,234); }

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

border-color css

<style>
 span { border-color: #021EEA; }

 span { border-color: rgb(2,30,234); }

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