Html Css Color HEX #060CDD Medium Blue

📋 copy color: '#060CDD'

red 6 ◦ green 12 ◦ blue 221

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

Shades of Medium Blue #060CDD

Tints of Medium Blue #060CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.02%

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

R = 2.51%
G = 5.02%
B = 92.47%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#060CDD (or 0x060CDD) is known color: Medium Blue. HEX triplet: 06, 0C and DD. RGB value is (6,12,221). Sum of RGB (Red+Green+Blue) = 6+12+221=239 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.51% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 221 (86.72% from 255 or 92.47% from 239); Max value from RGB is 221 - color contains mainly: blue. Hex color #060CDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060CDD is #F9F322. Grayscale: #212121. Windows color (decimal): -16380707 or 14486534. OLE color: 14486534.

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

Color convert

RGB 6 12 221 -
CMYK 0.97 0.95 0 0.13
HSL 238.33º 0.95% 0.45% -
HSV(B) 238.33º 0.97% 0.87% -
XYZ 13.26 5.52 68.77 -
YUV 34.03 233.51 108.01 -
System Red Green Blue C M Y K H S L
Decimal 6 12 221 0.97 0.95 0 0.13 238.33 0.95 0.45
Hex 6 C DD 61 5F 0 D EE 5F 2D
Octal 6 14 335 141 137 0 15 356 137 55
Binary 110 1100 11011101 1100001 1011111 0 1101 11101110 1011111 101101

Color Harmonies of #060CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060CDD

Black with #060CDD

Text Example


Text Example

White with #060CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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