#060FD2

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

Shades of Medium Blue #060FD2

Tints of Medium Blue #060FD2

Color information

#060FD2 (or 0x060FD2) is unknown color: approx Medium Blue. HEX triplet: 06, 0F and D2. RGB value is (6,15,210). Sum of RGB (Red+Green+Blue) = 6+15+210=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 210 (82.42% from 255 or 90.91% from 231); Max value from RGB is 210 - color contains mainly: blue. Hex color #060FD2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060FD2 is #F9F02D. Grayscale: #212121. Windows color (decimal): -16379950 or 13766406. OLE color: 13766406.

HSL color Cylindrical-coordinate representation of color #060FD2: hue angle of 237.35º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060FD2 is Cyan = 0.97, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB615210-
CMYK0.970.9300.18
HSL237.35º94.44%42.35%-
HSV(B)237.35º97.14%82.35%-
XYZ11.885.0361.32-
YUV34.54227.02107.64-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.60%
GREEN value IS 15 (6.25% from 255) = 6.49%
BLUE value IS 210 (82.42% from 255) = 90.91%
R=2.60%
G=6.49%
B=90.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal6152100.970.9300.18237.3594.4442.35
Hex6FD2615D012ed5e2a
Octal61732214113502235513652
Binary11011111101001011000011011101010010111011011011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060FD2; }

 p { color: rgb(6,15,210); }

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

<style>
 a { background-color: #060FD2; }

 a { background-color: rgb(6,15,210); }

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

<style>
 span { border-color: #060FD2; }

 span { border-color: rgb(6,15,210); }

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