Html Css Color HEX #060ED8 Medium Blue

📋 copy color: '#060ED8'

red 6 ◦ green 14 ◦ blue 216

#060ED8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #060ED8

Tints of Medium Blue #060ED8

RGB

 RED value IS 6 (2.73% from 255) = 2.54%

 GREEN value IS 14 (5.86% from 255) = 5.93%

 BLUE value IS 216 (84.77% from 255) = 91.53%

R = 2.54%
G = 5.93%
B = 91.53%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#060ED8 (or 0x060ED8) is known color: Medium Blue. HEX triplet: 06, 0E and D8. RGB value is (6,14,216). Sum of RGB (Red+Green+Blue) = 6+14+216=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 216 (84.77% from 255 or 91.53% from 236); Max value from RGB is 216 - color contains mainly: blue. Hex color #060ED8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060ED8 is #F9F127. Grayscale: #212121. Windows color (decimal): -16380200 or 14159366. OLE color: 14159366.

HSL color Cylindrical-coordinate representation of color #060ED8: hue angle of 237.71º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060ED8 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 14 216 -
CMYK 0.97 0.94 0 0.15
HSL 237.71º 0.95% 0.44% -
HSV(B) 237.71º 0.97% 0.85% -
XYZ 12.63 5.31 65.33 -
YUV 34.64 230.35 107.57 -
System Red Green Blue C M Y K H S L
Decimal 6 14 216 0.97 0.94 0 0.15 237.71 0.95 0.44
Hex 6 E D8 61 5E 0 F EE 5F 2C
Octal 6 16 330 141 136 0 17 356 137 54
Binary 110 1110 11011000 1100001 1011110 0 1111 11101110 1011111 101100

Color Harmonies of #060ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060ED8

Black with #060ED8

Text Example


Text Example

White with #060ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,14,216); }

 H1.HeaderClassName
 {
   color: #060ED8;
 }
 .AnyTagClassName
 {
   color: #060ED8;
 }
</style>

background-color css

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

 a { background-color: rgb(6,14,216); }

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

border-color css

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

 span { border-color: rgb(6,14,216); }

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