Html Css Color HEX #050CCE Medium Blue

📋 copy color: '#050CCE'

red 5 ◦ green 12 ◦ blue 206

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

Shades of Medium Blue #050CCE

Tints of Medium Blue #050CCE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.38%

 BLUE value IS 206 (80.86% from 255) = 92.38%

R = 2.24%
G = 5.38%
B = 92.38%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#050CCE (or 0x050CCE) is known color: Medium Blue. HEX triplet: 05, 0C and CE. RGB value is (5,12,206). Sum of RGB (Red+Green+Blue) = 5+12+206=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 206 (80.86% from 255 or 92.38% from 223); Max value from RGB is 206 - color contains mainly: blue. Hex color #050CCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050CCE is #FAF331. Grayscale: #1F1F1F. Windows color (decimal): -16446258 or 13503493. OLE color: 13503493.

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

Color convert

RGB 5 12 206 -
CMYK 0.98 0.94 0 0.19
HSL 237.91º 0.95% 0.41% -
HSV(B) 237.91º 0.98% 0.81% -
XYZ 11.33 4.75 58.71 -
YUV 32.02 226.18 108.73 -
System Red Green Blue C M Y K H S L
Decimal 5 12 206 0.98 0.94 0 0.19 237.91 0.95 0.41
Hex 5 C CE 62 5E 0 13 EE 5F 29
Octal 5 14 316 142 136 0 23 356 137 51
Binary 101 1100 11001110 1100010 1011110 0 10011 11101110 1011111 101001

Color Harmonies of #050CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050CCE

Black with #050CCE

Text Example


Text Example

White with #050CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,12,206); }

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

background-color css

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

 a { background-color: rgb(5,12,206); }

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

border-color css

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

 span { border-color: rgb(5,12,206); }

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