Html Css Color HEX #060DD8 Medium Blue

📋 copy color: '#060DD8'

red 6 ◦ green 13 ◦ blue 216

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

Shades of Medium Blue #060DD8

Tints of Medium Blue #060DD8

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.53%

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

R = 2.55%
G = 5.53%
B = 91.91%

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

#060DD8 (or 0x060DD8) is known color: Medium Blue. HEX triplet: 06, 0D and D8. RGB value is (6,13,216). Sum of RGB (Red+Green+Blue) = 6+13+216=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 216 (84.77% from 255 or 91.91% from 235); Max value from RGB is 216 - color contains mainly: blue. Hex color #060DD8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060DD8 is #F9F227. Grayscale: #212121. Windows color (decimal): -16380456 or 14159110. OLE color: 14159110.

HSL color Cylindrical-coordinate representation of color #060DD8: hue angle of 238º 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 #060DD8 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 13 216 -
CMYK 0.97 0.94 0 0.15
HSL 238º 0.95% 0.44% -
HSV(B) 238º 0.97% 0.85% -
XYZ 12.61 5.28 65.32 -
YUV 34.05 230.68 107.99 -
System Red Green Blue C M Y K H S L
Decimal 6 13 216 0.97 0.94 0 0.15 238 0.95 0.44
Hex 6 D D8 61 5E 0 F EE 5F 2C
Octal 6 15 330 141 136 0 17 356 137 54
Binary 110 1101 11011000 1100001 1011110 0 1111 11101110 1011111 101100

Color Harmonies of #060DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060DD8

Black with #060DD8

Text Example


Text Example

White with #060DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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