#020FCA

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

Shades of Medium Blue #020FCA

Tints of Medium Blue #020FCA

Color information

#020FCA (or 0x020FCA) is unknown color: approx Medium Blue. HEX triplet: 02, 0F and CA. RGB value is (2,15,202). Sum of RGB (Red+Green+Blue) = 2+15+202=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 202 (79.30% from 255 or 92.24% from 219); Max value from RGB is 202 - color contains mainly: blue. Hex color #020FCA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020FCA is #FDF035. Grayscale: #1F1F1F. Windows color (decimal): -16642102 or 13242114. OLE color: 13242114.

HSL color Cylindrical-coordinate representation of color #020FCA: hue angle of 236.1º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020FCA is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB215202-
CMYK0.990.9300.21
HSL236.1º98.04%40%-
HSV(B)236.1º99.01%79.22%-
XYZ10.864.6256.2-
YUV32.43223.69106.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.91%
GREEN value IS 15 (6.25% from 255) = 6.85%
BLUE value IS 202 (79.30% from 255) = 92.24%
R=0.91%
G=6.85%
B=92.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2152020.990.9300.21236.198.0440
Hex2FCA635D015ec6228
Octal21731214313502535414250
Binary1011111100101011000111011101010101111011001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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