#020EFE

Color #020EFE Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #020EFE

Tints of Blue #020EFE

Color information

#020EFE (or 0x020EFE) is unknown color: approx Blue. HEX triplet: 02, 0E and FE. RGB value is (2,14,254). Sum of RGB (Red+Green+Blue) = 2+14+254=270 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 254 (99.61% from 255 or 94.07% from 270); Max value from RGB is 254 - color contains mainly: blue. Hex color #020EFE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020EFE is #FDF101. Grayscale: #242424. Windows color (decimal): -16642306 or 16649730. OLE color: 16649730.

HSL color Cylindrical-coordinate representation of color #020EFE: hue angle of 237.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020EFE is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB214254-
CMYK0.990.9400.00
HSL237.14º99.21%50.2%-
HSV(B)237.14º99.21%99.61%-
XYZ18.077.4894.26-
YUV37.77250.02102.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.74%
GREEN value IS 14 (5.86% from 255) = 5.19%
BLUE value IS 254 (99.61% from 255) = 94.07%
R=0.74%
G=5.19%
B=94.07%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2142540.990.9400.00237.1499.2150.2
Hex2EFE635E00ed6332
Octal2163761431360035514362
Binary101110111111101100011101111000111011011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #020EFE;
 }
 .AnyTagClassName
 {
   color: #020EFE;
 }
</style>
background-color css

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

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

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

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

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

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