Html Css Color HEX #050ECC Medium Blue

📋 copy color: '#050ECC'

red 5 ◦ green 14 ◦ blue 204

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

Shades of Medium Blue #050ECC

Tints of Medium Blue #050ECC

RGB

 RED value IS 5 (2.34% from 255) = 2.24%

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

 BLUE value IS 204 (80.08% from 255) = 91.48%

R = 2.24%
G = 6.28%
B = 91.48%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#050ECC (or 0x050ECC) is known color: Medium Blue. HEX triplet: 05, 0E and CC. RGB value is (5,14,204). Sum of RGB (Red+Green+Blue) = 5+14+204=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 204 (80.08% from 255 or 91.48% from 223); Max value from RGB is 204 - color contains mainly: blue. Hex color #050ECC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050ECC is #FAF133. Grayscale: #202020. Windows color (decimal): -16445748 or 13372933. OLE color: 13372933.

HSL color Cylindrical-coordinate representation of color #050ECC: hue angle of 237.29º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050ECC is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 5 14 204 -
CMYK 0.98 0.93 0 0.2
HSL 237.29º 0.95% 0.41% -
HSV(B) 237.29º 0.98% 0.8% -
XYZ 11.12 4.71 57.45 -
YUV 32.97 224.52 108.05 -
System Red Green Blue C M Y K H S L
Decimal 5 14 204 0.98 0.93 0 0.2 237.29 0.95 0.41
Hex 5 E CC 62 5D 0 14 ED 5F 29
Octal 5 16 314 142 135 0 24 355 137 51
Binary 101 1110 11001100 1100010 1011101 0 10100 11101101 1011111 101001

Color Harmonies of #050ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050ECC

Black with #050ECC

Text Example


Text Example

White with #050ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050ECC; }

 p { color: rgb(5,14,204); }

 H1.HeaderClassName
 {
   color: #050ECC;
 }
 .AnyTagClassName
 {
   color: #050ECC;
 }
</style>

background-color css

<style>
 a { background-color: #050ECC; }

 a { background-color: rgb(5,14,204); }

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

border-color css

<style>
 span { border-color: #050ECC; }

 span { border-color: rgb(5,14,204); }

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