Html Css Color HEX #050FCD Medium Blue

📋 copy color: '#050FCD'

red 5 ◦ green 15 ◦ blue 205

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

Shades of Medium Blue #050FCD

Tints of Medium Blue #050FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 91.11%

R = 2.22%
G = 6.67%
B = 91.11%

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

#050FCD (or 0x050FCD) is known color: Medium Blue. HEX triplet: 05, 0F and CD. RGB value is (5,15,205). Sum of RGB (Red+Green+Blue) = 5+15+205=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 205 (80.47% from 255 or 91.11% from 225); Max value from RGB is 205 - color contains mainly: blue. Hex color #050FCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050FCD is #FAF032. Grayscale: #202020. Windows color (decimal): -16445491 or 13438725. OLE color: 13438725.

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

Color convert

RGB 5 15 205 -
CMYK 0.98 0.93 0 0.20
HSL 237º 0.95% 0.41% -
HSV(B) 237º 0.98% 0.8% -
XYZ 11.25 4.78 58.09 -
YUV 33.67 224.69 107.55 -
System Red Green Blue C M Y K H S L
Decimal 5 15 205 0.98 0.93 0 0.20 237 0.95 0.41
Hex 5 F CD 62 5D 0 14 ED 5F 29
Octal 5 17 315 142 135 0 24 355 137 51
Binary 101 1111 11001101 1100010 1011101 0 10100 11101101 1011111 101001

Color Harmonies of #050FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050FCD

Black with #050FCD

Text Example


Text Example

White with #050FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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