Html Css Color HEX #050BCE Medium Blue

📋 copy color: '#050BCE'

red 5 ◦ green 11 ◦ blue 206

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

Shades of Medium Blue #050BCE

Tints of Medium Blue #050BCE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.95%

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

R = 2.25%
G = 4.95%
B = 92.79%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#050BCE (or 0x050BCE) is known color: Medium Blue. HEX triplet: 05, 0B and CE. RGB value is (5,11,206). Sum of RGB (Red+Green+Blue) = 5+11+206=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 206 (80.86% from 255 or 92.79% from 222); Max value from RGB is 206 - color contains mainly: blue. Hex color #050BCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050BCE is #FAF431. Grayscale: #1E1E1E. Windows color (decimal): -16446514 or 13503237. OLE color: 13503237.

HSL color Cylindrical-coordinate representation of color #050BCE: hue angle of 238.21º 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 #050BCE is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 11 206 -
CMYK 0.98 0.95 0 0.19
HSL 238.21º 0.95% 0.41% -
HSV(B) 238.21º 0.98% 0.81% -
XYZ 11.32 4.73 58.71 -
YUV 31.44 226.51 109.14 -
System Red Green Blue C M Y K H S L
Decimal 5 11 206 0.98 0.95 0 0.19 238.21 0.95 0.41
Hex 5 B CE 62 5F 0 13 EE 5F 29
Octal 5 13 316 142 137 0 23 356 137 51
Binary 101 1011 11001110 1100010 1011111 0 10011 11101110 1011111 101001

Color Harmonies of #050BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050BCE

Black with #050BCE

Text Example


Text Example

White with #050BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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