Html Css Color HEX #020FE9 Blue

📋 copy color: '#020FE9'

red 2 ◦ green 15 ◦ blue 233

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

Shades of Blue #020FE9

Tints of Blue #020FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 93.2%

R = 0.8%
G = 6%
B = 93.2%

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

#020FE9 (or 0x020FE9) is known color: Blue. HEX triplet: 02, 0F and E9. RGB value is (2,15,233). Sum of RGB (Red+Green+Blue) = 2+15+233=250 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.8% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 233 (91.41% from 255 or 93.2% from 250); Max value from RGB is 233 - color contains mainly: blue. Hex color #020FE9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020FE9 is #FDF016. Grayscale: #232323. Windows color (decimal): -16642071 or 15273730. OLE color: 15273730.

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

Color convert

RGB 2 15 233 -
CMYK 0.99 0.94 0 0.09
HSL 236.62º 0.98% 0.46% -
HSV(B) 236.62º 0.99% 0.91% -
XYZ 14.9 6.24 77.51 -
YUV 35.97 239.19 103.77 -
System Red Green Blue C M Y K H S L
Decimal 2 15 233 0.99 0.94 0 0.09 236.62 0.98 0.46
Hex 2 F E9 63 5E 0 9 ED 62 2E
Octal 2 17 351 143 136 0 11 355 142 56
Binary 10 1111 11101001 1100011 1011110 0 1001 11101101 1100010 101110

Color Harmonies of #020FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020FE9

Black with #020FE9

Text Example


Text Example

White with #020FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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