Html Css Color HEX #050FCB Medium Blue

📋 copy color: '#050FCB'

red 5 ◦ green 15 ◦ blue 203

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

Shades of Medium Blue #050FCB

Tints of Medium Blue #050FCB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.73%

 BLUE value IS 203 (79.69% from 255) = 91.03%

R = 2.24%
G = 6.73%
B = 91.03%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#050FCB (or 0x050FCB) is known color: Medium Blue. HEX triplet: 05, 0F and CB. RGB value is (5,15,203). Sum of RGB (Red+Green+Blue) = 5+15+203=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 203 (79.69% from 255 or 91.03% from 223); Max value from RGB is 203 - color contains mainly: blue. Hex color #050FCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050FCB is #FAF034. Grayscale: #202020. Windows color (decimal): -16445493 or 13307653. OLE color: 13307653.

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

Color convert

RGB 5 15 203 -
CMYK 0.98 0.93 0 0.20
HSL 236.97º 0.95% 0.41% -
HSV(B) 236.97º 0.98% 0.8% -
XYZ 11.01 4.69 56.82 -
YUV 33.44 223.69 107.71 -
System Red Green Blue C M Y K H S L
Decimal 5 15 203 0.98 0.93 0 0.20 236.97 0.95 0.41
Hex 5 F CB 62 5D 0 14 ED 5F 29
Octal 5 17 313 142 135 0 24 355 137 51
Binary 101 1111 11001011 1100010 1011101 0 10100 11101101 1011111 101001

Color Harmonies of #050FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050FCB

Black with #050FCB

Text Example


Text Example

White with #050FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,15,203); }

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

background-color css

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

 a { background-color: rgb(5,15,203); }

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

border-color css

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

 span { border-color: rgb(5,15,203); }

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