Html Css Color HEX #020FED Blue

📋 copy color: '#020FED'

red 2 ◦ green 15 ◦ blue 237

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

Shades of Blue #020FED

Tints of Blue #020FED

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.91%

 BLUE value IS 237 (92.97% from 255) = 93.31%

R = 0.79%
G = 5.91%
B = 93.31%

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

#020FED (or 0x020FED) is known color: Blue. HEX triplet: 02, 0F and ED. RGB value is (2,15,237). Sum of RGB (Red+Green+Blue) = 2+15+237=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 237 (92.97% from 255 or 93.31% from 254); Max value from RGB is 237 - color contains mainly: blue. Hex color #020FED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020FED is #FDF012. Grayscale: #232323. Windows color (decimal): -16642067 or 15535874. OLE color: 15535874.

HSL color Cylindrical-coordinate representation of color #020FED: hue angle of 236.68º 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 #020FED is Cyan = 0.99, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 2 15 237 -
CMYK 0.99 0.94 0 0.07
HSL 236.68º 0.98% 0.47% -
HSV(B) 236.68º 0.99% 0.93% -
XYZ 15.48 6.47 80.55 -
YUV 36.42 241.19 103.45 -
System Red Green Blue C M Y K H S L
Decimal 2 15 237 0.99 0.94 0 0.07 236.68 0.98 0.47
Hex 2 F ED 63 5E 0 7 ED 62 2F
Octal 2 17 355 143 136 0 7 355 142 57
Binary 10 1111 11101101 1100011 1011110 0 111 11101101 1100010 101111

Color Harmonies of #020FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020FED

Black with #020FED

Text Example


Text Example

White with #020FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,15,237); }

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

background-color css

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

 a { background-color: rgb(2,15,237); }

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

border-color css

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

 span { border-color: rgb(2,15,237); }

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