Html Css Color HEX #050BCF Medium Blue

📋 copy color: '#050BCF'

red 5 ◦ green 11 ◦ blue 207

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

Shades of Medium Blue #050BCF

Tints of Medium Blue #050BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 92.83%

R = 2.24%
G = 4.93%
B = 92.83%

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

#050BCF (or 0x050BCF) is known color: Medium Blue. HEX triplet: 05, 0B and CF. RGB value is (5,11,207). Sum of RGB (Red+Green+Blue) = 5+11+207=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 207 (81.25% from 255 or 92.83% from 223); Max value from RGB is 207 - color contains mainly: blue. Hex color #050BCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050BCF is #FAF430. Grayscale: #1E1E1E. Windows color (decimal): -16446513 or 13568773. OLE color: 13568773.

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

Color convert

RGB 5 11 207 -
CMYK 0.98 0.95 0 0.19
HSL 238.22º 0.95% 0.42% -
HSV(B) 238.22º 0.98% 0.81% -
XYZ 11.44 4.78 59.35 -
YUV 31.55 227.01 109.06 -
System Red Green Blue C M Y K H S L
Decimal 5 11 207 0.98 0.95 0 0.19 238.22 0.95 0.42
Hex 5 B CF 62 5F 0 13 EE 5F 2A
Octal 5 13 317 142 137 0 23 356 137 52
Binary 101 1011 11001111 1100010 1011111 0 10011 11101110 1011111 101010

Color Harmonies of #050BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050BCF

Black with #050BCF

Text Example


Text Example

White with #050BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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