Html Css Color HEX #020EE7 Blue

📋 copy color: '#020EE7'

red 2 ◦ green 14 ◦ blue 231

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

Shades of Blue #020EE7

Tints of Blue #020EE7

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.67%

 BLUE value IS 231 (90.63% from 255) = 93.52%

R = 0.81%
G = 5.67%
B = 93.52%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#020EE7 (or 0x020EE7) is known color: Blue. HEX triplet: 02, 0E and E7. RGB value is (2,14,231). Sum of RGB (Red+Green+Blue) = 2+14+231=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 231 (90.62% from 255 or 93.52% from 247); Max value from RGB is 231 - color contains mainly: blue. Hex color #020EE7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020EE7 is #FDF118. Grayscale: #222222. Windows color (decimal): -16642329 or 15142402. OLE color: 15142402.

HSL color Cylindrical-coordinate representation of color #020EE7: hue angle of 236.86º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020EE7 is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 2 14 231 -
CMYK 0.99 0.94 0 0.09
HSL 236.86º 0.98% 0.46% -
HSV(B) 236.86º 0.99% 0.91% -
XYZ 14.61 6.1 76.01 -
YUV 35.15 238.52 104.36 -
System Red Green Blue C M Y K H S L
Decimal 2 14 231 0.99 0.94 0 0.09 236.86 0.98 0.46
Hex 2 E E7 63 5E 0 9 ED 62 2E
Octal 2 16 347 143 136 0 11 355 142 56
Binary 10 1110 11100111 1100011 1011110 0 1001 11101101 1100010 101110

Color Harmonies of #020EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020EE7

Black with #020EE7

Text Example


Text Example

White with #020EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020EE7; }

 p { color: rgb(2,14,231); }

 H1.HeaderClassName
 {
   color: #020EE7;
 }
 .AnyTagClassName
 {
   color: #020EE7;
 }
</style>

background-color css

<style>
 a { background-color: #020EE7; }

 a { background-color: rgb(2,14,231); }

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

border-color css

<style>
 span { border-color: #020EE7; }

 span { border-color: rgb(2,14,231); }

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