Html Css Color HEX #020FEA Blue

📋 copy color: '#020FEA'

red 2 ◦ green 15 ◦ blue 234

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

Shades of Blue #020FEA

Tints of Blue #020FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 93.23%

R = 0.8%
G = 5.98%
B = 93.23%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#020FEA (or 0x020FEA) is known color: Blue. HEX triplet: 02, 0F and EA. RGB value is (2,15,234). Sum of RGB (Red+Green+Blue) = 2+15+234=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 234 (91.80% from 255 or 93.23% from 251); Max value from RGB is 234 - color contains mainly: blue. Hex color #020FEA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020FEA is #FDF015. Grayscale: #232323. Windows color (decimal): -16642070 or 15339266. OLE color: 15339266.

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

Color convert

RGB 2 15 234 -
CMYK 0.99 0.94 0 0.08
HSL 236.64º 0.98% 0.46% -
HSV(B) 236.64º 0.99% 0.92% -
XYZ 15.05 6.3 78.26 -
YUV 36.08 239.69 103.69 -
System Red Green Blue C M Y K H S L
Decimal 2 15 234 0.99 0.94 0 0.08 236.64 0.98 0.46
Hex 2 F EA 63 5E 0 8 ED 62 2E
Octal 2 17 352 143 136 0 10 355 142 56
Binary 10 1111 11101010 1100011 1011110 0 1000 11101101 1100010 101110

Color Harmonies of #020FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020FEA

Black with #020FEA

Text Example


Text Example

White with #020FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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