Html Css Color HEX #020AED Blue

📋 copy color: '#020AED'

red 2 ◦ green 10 ◦ blue 237

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

Shades of Blue #020AED

Tints of Blue #020AED

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.02%

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

R = 0.8%
G = 4.02%
B = 95.18%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#020AED (or 0x020AED) is known color: Blue. HEX triplet: 02, 0A and ED. RGB value is (2,10,237). Sum of RGB (Red+Green+Blue) = 2+10+237=249 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 237 (92.97% from 255 or 95.18% from 249); Max value from RGB is 237 - color contains mainly: blue. Hex color #020AED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #020AED is #FDF512. Grayscale: #202020. Windows color (decimal): -16643347 or 15534594. OLE color: 15534594.

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

Color convert

RGB 2 10 237 -
CMYK 0.99 0.96 0 0.07
HSL 237.96º 0.98% 0.47% -
HSV(B) 237.96º 0.99% 0.93% -
XYZ 15.42 6.34 80.53 -
YUV 33.49 242.85 105.54 -
System Red Green Blue C M Y K H S L
Decimal 2 10 237 0.99 0.96 0 0.07 237.96 0.98 0.47
Hex 2 A ED 63 60 0 7 EE 62 2F
Octal 2 12 355 143 140 0 7 356 142 57
Binary 10 1010 11101101 1100011 1100000 0 111 11101110 1100010 101111

Color Harmonies of #020AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020AED

Black with #020AED

Text Example


Text Example

White with #020AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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