Html Css Color HEX #020BDA Medium Blue

📋 copy color: '#020BDA'

red 2 ◦ green 11 ◦ blue 218

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

Shades of Medium Blue #020BDA

Tints of Medium Blue #020BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 94.37%

R = 0.87%
G = 4.76%
B = 94.37%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#020BDA (or 0x020BDA) is known color: Medium Blue. HEX triplet: 02, 0B and DA. RGB value is (2,11,218). Sum of RGB (Red+Green+Blue) = 2+11+218=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 218 (85.55% from 255 or 94.37% from 231); Max value from RGB is 218 - color contains mainly: blue. Hex color #020BDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020BDA is #FDF425. Grayscale: #1F1F1F. Windows color (decimal): -16643110 or 14289666. OLE color: 14289666.

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

Color convert

RGB 2 11 218 -
CMYK 0.99 0.95 0 0.15
HSL 237.5º 0.98% 0.43% -
HSV(B) 237.5º 0.99% 0.85% -
XYZ 12.8 5.31 66.68 -
YUV 31.91 233.02 106.67 -
System Red Green Blue C M Y K H S L
Decimal 2 11 218 0.99 0.95 0 0.15 237.5 0.98 0.43
Hex 2 B DA 63 5F 0 F EE 62 2B
Octal 2 13 332 143 137 0 17 356 142 53
Binary 10 1011 11011010 1100011 1011111 0 1111 11101110 1100010 101011

Color Harmonies of #020BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020BDA

Black with #020BDA

Text Example


Text Example

White with #020BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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