Html Css Color HEX #060EDA Medium Blue

📋 copy color: '#060EDA'

red 6 ◦ green 14 ◦ blue 218

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

Shades of Medium Blue #060EDA

Tints of Medium Blue #060EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 91.6%

R = 2.52%
G = 5.88%
B = 91.6%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#060EDA (or 0x060EDA) is known color: Medium Blue. HEX triplet: 06, 0E and DA. RGB value is (6,14,218). Sum of RGB (Red+Green+Blue) = 6+14+218=238 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.52% from 238); Green value is 14 (5.86% from 255 or 5.88% from 238); Blue value is 218 (85.55% from 255 or 91.60% from 238); Max value from RGB is 218 - color contains mainly: blue. Hex color #060EDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #060EDA is #F9F125. Grayscale: #222222. Windows color (decimal): -16380198 or 14290438. OLE color: 14290438.

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

Color convert

RGB 6 14 218 -
CMYK 0.97 0.94 0 0.15
HSL 237.74º 0.95% 0.44% -
HSV(B) 237.74º 0.97% 0.85% -
XYZ 12.89 5.41 66.7 -
YUV 34.86 231.35 107.41 -
System Red Green Blue C M Y K H S L
Decimal 6 14 218 0.97 0.94 0 0.15 237.74 0.95 0.44
Hex 6 E DA 61 5E 0 F EE 5F 2C
Octal 6 16 332 141 136 0 17 356 137 54
Binary 110 1110 11011010 1100001 1011110 0 1111 11101110 1011111 101100

Color Harmonies of #060EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060EDA

Black with #060EDA

Text Example


Text Example

White with #060EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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