Html Css Color HEX #020EFA Blue

📋 copy color: '#020EFA'

red 2 ◦ green 14 ◦ blue 250

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

Shades of Blue #020EFA

Tints of Blue #020EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 93.98%

R = 0.75%
G = 5.26%
B = 93.98%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#020EFA (or 0x020EFA) is known color: Blue. HEX triplet: 02, 0E and FA. RGB value is (2,14,250). Sum of RGB (Red+Green+Blue) = 2+14+250=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 14 (5.86% from 255 or 5.26% from 266); Blue value is 250 (98.05% from 255 or 93.98% from 266); Max value from RGB is 250 - color contains mainly: blue. Hex color #020EFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020EFA is #FDF105. Grayscale: #242424. Windows color (decimal): -16642310 or 16387586. OLE color: 16387586.

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

Color convert

RGB 2 14 250 -
CMYK 0.99 0.94 0 0.02
HSL 237.1º 0.98% 0.49% -
HSV(B) 237.1º 0.99% 0.98% -
XYZ 17.44 7.23 90.92 -
YUV 37.32 248.02 102.81 -
System Red Green Blue C M Y K H S L
Decimal 2 14 250 0.99 0.94 0 0.02 237.1 0.98 0.49
Hex 2 E FA 63 5E 0 2 ED 62 31
Octal 2 16 372 143 136 0 2 355 142 61
Binary 10 1110 11111010 1100011 1011110 0 10 11101101 1100010 110001

Color Harmonies of #020EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020EFA

Black with #020EFA

Text Example


Text Example

White with #020EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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