Html Css Color HEX #060EDD Medium Blue

📋 copy color: '#060EDD'

red 6 ◦ green 14 ◦ blue 221

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

Shades of Medium Blue #060EDD

Tints of Medium Blue #060EDD

RGB

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

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

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

R = 2.49%
G = 5.81%
B = 91.7%

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

#060EDD (or 0x060EDD) is known color: Medium Blue. HEX triplet: 06, 0E and DD. RGB value is (6,14,221). Sum of RGB (Red+Green+Blue) = 6+14+221=241 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.49% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 221 (86.72% from 255 or 91.70% from 241); Max value from RGB is 221 - color contains mainly: blue. Hex color #060EDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060EDD is #F9F122. Grayscale: #222222. Windows color (decimal): -16380195 or 14487046. OLE color: 14487046.

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

Color convert

RGB 6 14 221 -
CMYK 0.97 0.94 0 0.13
HSL 237.77º 0.95% 0.45% -
HSV(B) 237.77º 0.97% 0.87% -
XYZ 13.28 5.57 68.78 -
YUV 35.21 232.85 107.17 -
System Red Green Blue C M Y K H S L
Decimal 6 14 221 0.97 0.94 0 0.13 237.77 0.95 0.45
Hex 6 E DD 61 5E 0 D EE 5F 2D
Octal 6 16 335 141 136 0 15 356 137 55
Binary 110 1110 11011101 1100001 1011110 0 1101 11101110 1011111 101101

Color Harmonies of #060EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060EDD

Black with #060EDD

Text Example


Text Example

White with #060EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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