#020FBA

Color #020FBA Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #020FBA

Tints of Medium Blue #020FBA

Color information

#020FBA (or 0x020FBA) is unknown color: approx Medium Blue. HEX triplet: 02, 0F and BA. RGB value is (2,15,186). Sum of RGB (Red+Green+Blue) = 2+15+186=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 186 (73.05% from 255 or 91.63% from 203); Max value from RGB is 186 - color contains mainly: blue. Hex color #020FBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020FBA is #FDF045. Grayscale: #1D1D1D. Windows color (decimal): -16642118 or 12193538. OLE color: 12193538.

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

Color convert

RGB215186-
CMYK0.990.9200.27
HSL235.76º97.87%36.86%-
HSV(B)235.76º98.92%72.94%-
XYZ9.063.946.73-
YUV30.61215.69107.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.99%
GREEN value IS 15 (6.25% from 255) = 7.39%
BLUE value IS 186 (73.05% from 255) = 91.63%
R=0.99%
G=7.39%
B=91.63%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2151860.990.9200.27235.7697.8736.86
Hex2FBA635C01Bec6225
Octal21727214313403335414245
Binary1011111011101011000111011100011011111011001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #020FBA;
 }
 .AnyTagClassName
 {
   color: #020FBA;
 }
</style>
background-color css

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

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

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

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

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

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