Html Css Color HEX #060ADD Medium Blue

📋 copy color: '#060ADD'

red 6 ◦ green 10 ◦ blue 221

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

Shades of Medium Blue #060ADD

Tints of Medium Blue #060ADD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.22%

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

R = 2.53%
G = 4.22%
B = 93.25%

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

#060ADD (or 0x060ADD) is known color: Medium Blue. HEX triplet: 06, 0A and DD. RGB value is (6,10,221). Sum of RGB (Red+Green+Blue) = 6+10+221=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 221 (86.72% from 255 or 93.25% from 237); Max value from RGB is 221 - color contains mainly: blue. Hex color #060ADD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060ADD is #F9F522. Grayscale: #202020. Windows color (decimal): -16381219 or 14486022. OLE color: 14486022.

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

Color convert

RGB 6 10 221 -
CMYK 0.97 0.95 0 0.13
HSL 238.88º 0.95% 0.45% -
HSV(B) 238.88º 0.97% 0.87% -
XYZ 13.23 5.48 68.77 -
YUV 32.86 234.17 108.84 -
System Red Green Blue C M Y K H S L
Decimal 6 10 221 0.97 0.95 0 0.13 238.88 0.95 0.45
Hex 6 A DD 61 5F 0 D EF 5F 2D
Octal 6 12 335 141 137 0 15 357 137 55
Binary 110 1010 11011101 1100001 1011111 0 1101 11101111 1011111 101101

Color Harmonies of #060ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060ADD

Black with #060ADD

Text Example


Text Example

White with #060ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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