Html Css Color HEX #060EDE Medium Blue

📋 copy color: '#060EDE'

red 6 ◦ green 14 ◦ blue 222

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

Shades of Medium Blue #060EDE

Tints of Medium Blue #060EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 91.74%

R = 2.48%
G = 5.79%
B = 91.74%

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

#060EDE (or 0x060EDE) is known color: Medium Blue. HEX triplet: 06, 0E and DE. RGB value is (6,14,222). Sum of RGB (Red+Green+Blue) = 6+14+222=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 14 (5.86% from 255 or 5.79% from 242); Blue value is 222 (87.11% from 255 or 91.74% from 242); Max value from RGB is 222 - color contains mainly: blue. Hex color #060EDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060EDE is #F9F121. Grayscale: #222222. Windows color (decimal): -16380194 or 14552582. OLE color: 14552582.

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

Color convert

RGB 6 14 222 -
CMYK 0.97 0.94 0 0.13
HSL 237.78º 0.95% 0.45% -
HSV(B) 237.78º 0.97% 0.87% -
XYZ 13.42 5.63 69.49 -
YUV 35.32 233.35 107.09 -
System Red Green Blue C M Y K H S L
Decimal 6 14 222 0.97 0.94 0 0.13 237.78 0.95 0.45
Hex 6 E DE 61 5E 0 D EE 5F 2D
Octal 6 16 336 141 136 0 15 356 137 55
Binary 110 1110 11011110 1100001 1011110 0 1101 11101110 1011111 101101

Color Harmonies of #060EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060EDE

Black with #060EDE

Text Example


Text Example

White with #060EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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