#060ced

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

Shades of Blue #060CED

Tints of Blue #060CED

Color information

#060CED (or 0x060CED) is unknown color: approx Blue. HEX triplet: 06, 0C and ED. RGB value is (6,12,237). Sum of RGB (Red+Green+Blue) = 6+12+237=255 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.35% from 255); Green value is 12 (5.08% from 255 or 4.71% from 255); Blue value is 237 (92.97% from 255 or 92.94% from 255); Max value from RGB is 237 - color contains mainly: blue. Hex color #060CED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #060CED is #F9F312. Grayscale: #222222. Windows color (decimal): -16380691 or 15535110. OLE color: 15535110.

HSL color Cylindrical-coordinate representation of color #060CED: hue angle of 238.44º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060CED is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB612237-
CMYK0.970.9500.07
HSL238.44º95.06%47.65%-
HSV(B)238.44º97.47%92.94%-
XYZ15.496.4280.54-
YUV35.86241.51106.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.35%
GREEN value IS 12 (5.08% from 255) = 4.71%
BLUE value IS 237 (92.97% from 255) = 92.94%
R=2.35%
G=4.71%
B=92.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal6122370.970.9500.07238.4495.0647.65
Hex6CED615F07ee5f30
Octal6143551411370735613760
Binary110110011101101110000110111110111111011101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060ced

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,12,237); }

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

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

 a { background-color: rgb(6,12,237); }

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

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

 span { border-color: rgb(6,12,237); }

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