Html Css Color HEX #020BBA Medium Blue

📋 copy color: '#020BBA'

red 2 ◦ green 11 ◦ blue 186

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

Shades of Medium Blue #020BBA

Tints of Medium Blue #020BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 93.47%

R = 1.01%
G = 5.53%
B = 93.47%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#020BBA (or 0x020BBA) is known color: Medium Blue. HEX triplet: 02, 0B and BA. RGB value is (2,11,186). Sum of RGB (Red+Green+Blue) = 2+11+186=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 186 (73.05% from 255 or 93.47% from 199); Max value from RGB is 186 - color contains mainly: blue. Hex color #020BBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020BBA is #FDF445. Grayscale: #1B1B1B. Windows color (decimal): -16643142 or 12192514. OLE color: 12192514.

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

Color convert

RGB 2 11 186 -
CMYK 0.99 0.94 0 0.27
HSL 237.07º 0.98% 0.37% -
HSV(B) 237.07º 0.99% 0.73% -
XYZ 9.01 3.8 46.71 -
YUV 28.26 217.02 109.27 -
System Red Green Blue C M Y K H S L
Decimal 2 11 186 0.99 0.94 0 0.27 237.07 0.98 0.37
Hex 2 B BA 63 5E 0 1B ED 62 25
Octal 2 13 272 143 136 0 33 355 142 45
Binary 10 1011 10111010 1100011 1011110 0 11011 11101101 1100010 100101

Color Harmonies of #020BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020BBA

Black with #020BBA

Text Example


Text Example

White with #020BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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