#0210BC

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

Shades of Medium Blue #0210BC

Tints of Medium Blue #0210BC

Color information

#0210BC (or 0x0210BC) is unknown color: approx Medium Blue. HEX triplet: 02, 10 and BC. RGB value is (2,16,188). Sum of RGB (Red+Green+Blue) = 2+16+188=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 188 (73.83% from 255 or 91.26% from 206); Max value from RGB is 188 - color contains mainly: blue. Hex color #0210BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0210BC is #FDEF43. Grayscale: #1E1E1E. Windows color (decimal): -16641860 or 12324866. OLE color: 12324866.

HSL color Cylindrical-coordinate representation of color #0210BC: hue angle of 235.48º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0210BC is Cyan = 0.99, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB216188-
CMYK0.990.9100.26
HSL235.48º97.89%37.25%-
HSV(B)235.48º98.94%73.73%-
XYZ9.294.0147.86-
YUV31.42216.36107.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.97%
GREEN value IS 16 (6.64% from 255) = 7.77%
BLUE value IS 188 (73.83% from 255) = 91.26%
R=0.97%
G=7.77%
B=91.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal2161880.990.9100.26235.4897.8937.25
Hex210BC635B01Aeb6225
Octal22027414313303235314245
Binary10100001011110011000111011011011010111010111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0210BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0210BC; }

 p { color: rgb(2,16,188); }

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

<style>
 a { background-color: #0210BC; }

 a { background-color: rgb(2,16,188); }

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

<style>
 span { border-color: #0210BC; }

 span { border-color: rgb(2,16,188); }

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