Html Css Color HEX #020EEE Blue

📋 copy color: '#020EEE'

red 2 ◦ green 14 ◦ blue 238

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

Shades of Blue #020EEE

Tints of Blue #020EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 93.7%

R = 0.79%
G = 5.51%
B = 93.7%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#020EEE (or 0x020EEE) is known color: Blue. HEX triplet: 02, 0E and EE. RGB value is (2,14,238). Sum of RGB (Red+Green+Blue) = 2+14+238=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 238 (93.36% from 255 or 93.70% from 254); Max value from RGB is 238 - color contains mainly: blue. Hex color #020EEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020EEE is #FDF111. Grayscale: #232323. Windows color (decimal): -16642322 or 15601154. OLE color: 15601154.

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

Color convert

RGB 2 14 238 -
CMYK 0.99 0.94 0 0.07
HSL 236.95º 0.98% 0.47% -
HSV(B) 236.95º 0.99% 0.93% -
XYZ 15.61 6.5 81.32 -
YUV 35.95 242.02 103.79 -
System Red Green Blue C M Y K H S L
Decimal 2 14 238 0.99 0.94 0 0.07 236.95 0.98 0.47
Hex 2 E EE 63 5E 0 7 ED 62 2F
Octal 2 16 356 143 136 0 7 355 142 57
Binary 10 1110 11101110 1100011 1011110 0 111 11101101 1100010 101111

Color Harmonies of #020EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020EEE

Black with #020EEE

Text Example


Text Example

White with #020EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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