Html Css Color HEX #020BD6 Medium Blue

📋 copy color: '#020BD6'

red 2 ◦ green 11 ◦ blue 214

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

Shades of Medium Blue #020BD6

Tints of Medium Blue #020BD6

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.85%

 BLUE value IS 214 (83.98% from 255) = 94.27%

R = 0.88%
G = 4.85%
B = 94.27%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#020BD6 (or 0x020BD6) is known color: Medium Blue. HEX triplet: 02, 0B and D6. RGB value is (2,11,214). Sum of RGB (Red+Green+Blue) = 2+11+214=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 214 (83.98% from 255 or 94.27% from 227); Max value from RGB is 214 - color contains mainly: blue. Hex color #020BD6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020BD6 is #FDF429. Grayscale: #1E1E1E. Windows color (decimal): -16643114 or 14027522. OLE color: 14027522.

HSL color Cylindrical-coordinate representation of color #020BD6: hue angle of 237.45º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020BD6 is Cyan = 0.99, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 2 11 214 -
CMYK 0.99 0.95 0 0.16
HSL 237.45º 0.98% 0.42% -
HSV(B) 237.45º 0.99% 0.84% -
XYZ 12.28 5.11 63.96 -
YUV 31.45 231.02 106.99 -
System Red Green Blue C M Y K H S L
Decimal 2 11 214 0.99 0.95 0 0.16 237.45 0.98 0.42
Hex 2 B D6 63 5F 0 10 ED 62 2A
Octal 2 13 326 143 137 0 20 355 142 52
Binary 10 1011 11010110 1100011 1011111 0 10000 11101101 1100010 101010

Color Harmonies of #020BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020BD6

Black with #020BD6

Text Example


Text Example

White with #020BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,11,214); }

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

background-color css

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

 a { background-color: rgb(2,11,214); }

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

border-color css

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

 span { border-color: rgb(2,11,214); }

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