#0206D7

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

Shades of Medium Blue #0206D7

Tints of Medium Blue #0206D7

Color information

#0206D7 (or 0x0206D7) is unknown color: approx Medium Blue. HEX triplet: 02, 06 and D7. RGB value is (2,6,215). Sum of RGB (Red+Green+Blue) = 2+6+215=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 215 (84.38% from 255 or 96.41% from 223); Max value from RGB is 215 - color contains mainly: blue. Hex color #0206D7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0206D7 is #FDF928. Grayscale: #1B1B1B. Windows color (decimal): -16644393 or 14091778. OLE color: 14091778.

HSL color Cylindrical-coordinate representation of color #0206D7: hue angle of 238.87º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0206D7 is Cyan = 0.99, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB26215-
CMYK0.990.9700.16
HSL238.87º98.16%42.55%-
HSV(B)238.87º99.07%84.31%-
XYZ12.365.0564.61-
YUV28.63233.17109.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 6 (2.73% from 255) = 2.69%
BLUE value IS 215 (84.38% from 255) = 96.41%
R=0.90%
G=2.69%
B=96.41%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal262150.990.9700.16238.8798.1642.55
Hex26D76361010ef622b
Octal2632714314102035714253
Binary101101101011111000111100001010000111011111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0206D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0206D7; }

 p { color: rgb(2,6,215); }

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

<style>
 a { background-color: #0206D7; }

 a { background-color: rgb(2,6,215); }

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

<style>
 span { border-color: #0206D7; }

 span { border-color: rgb(2,6,215); }

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