Html Css Color HEX #060DDD Medium Blue

📋 copy color: '#060DDD'

red 6 ◦ green 13 ◦ blue 221

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

Shades of Medium Blue #060DDD

Tints of Medium Blue #060DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 92.08%

R = 2.5%
G = 5.42%
B = 92.08%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#060DDD (or 0x060DDD) is known color: Medium Blue. HEX triplet: 06, 0D and DD. RGB value is (6,13,221). Sum of RGB (Red+Green+Blue) = 6+13+221=240 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.5% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 221 (86.72% from 255 or 92.08% from 240); Max value from RGB is 221 - color contains mainly: blue. Hex color #060DDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060DDD is #F9F222. Grayscale: #212121. Windows color (decimal): -16380451 or 14486790. OLE color: 14486790.

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

Color convert

RGB 6 13 221 -
CMYK 0.97 0.94 0 0.13
HSL 238.05º 0.95% 0.45% -
HSV(B) 238.05º 0.97% 0.87% -
XYZ 13.27 5.55 68.78 -
YUV 34.62 233.18 107.59 -
System Red Green Blue C M Y K H S L
Decimal 6 13 221 0.97 0.94 0 0.13 238.05 0.95 0.45
Hex 6 D DD 61 5E 0 D EE 5F 2D
Octal 6 15 335 141 136 0 15 356 137 55
Binary 110 1101 11011101 1100001 1011110 0 1101 11101110 1011111 101101

Color Harmonies of #060DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060DDD

Black with #060DDD

Text Example


Text Example

White with #060DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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