#0215CA

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

Shades of Medium Blue #0215CA

Tints of Medium Blue #0215CA

Color information

#0215CA (or 0x0215CA) is unknown color: approx Medium Blue. HEX triplet: 02, 15 and CA. RGB value is (2,21,202). Sum of RGB (Red+Green+Blue) = 2+21+202=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 202 (79.30% from 255 or 89.78% from 225); Max value from RGB is 202 - color contains mainly: blue. Hex color #0215CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0215CA is #FDEA35. Grayscale: #232323. Windows color (decimal): -16640566 or 13243650. OLE color: 13243650.

HSL color Cylindrical-coordinate representation of color #0215CA: hue angle of 234.3º 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 #0215CA is Cyan = 0.99, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB221202-
CMYK0.990.9000.21
HSL234.3º98.04%40%-
HSV(B)234.3º99.01%79.22%-
XYZ10.954.8156.23-
YUV35.95221.71103.78-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 21 (8.59% from 255) = 9.33%
BLUE value IS 202 (79.30% from 255) = 89.78%
R=0.89%
G=9.33%
B=89.78%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2212020.990.9000.21234.398.0440
Hex215CA635A015ea6228
Octal22531214313202535214250
Binary10101011100101011000111011010010101111010101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0215CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0215CA; }

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

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

<style>
 a { background-color: #0215CA; }

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

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

<style>
 span { border-color: #0215CA; }

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

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