Html Css Color HEX #050FCC Medium Blue

📋 copy color: '#050FCC'

red 5 ◦ green 15 ◦ blue 204

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

Shades of Medium Blue #050FCC

Tints of Medium Blue #050FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 91.07%

R = 2.23%
G = 6.7%
B = 91.07%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#050FCC (or 0x050FCC) is known color: Medium Blue. HEX triplet: 05, 0F and CC. RGB value is (5,15,204). Sum of RGB (Red+Green+Blue) = 5+15+204=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 204 (80.08% from 255 or 91.07% from 224); Max value from RGB is 204 - color contains mainly: blue. Hex color #050FCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050FCC is #FAF033. Grayscale: #202020. Windows color (decimal): -16445492 or 13373189. OLE color: 13373189.

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

Color convert

RGB 5 15 204 -
CMYK 0.98 0.93 0 0.2
HSL 236.98º 0.95% 0.41% -
HSV(B) 236.98º 0.98% 0.8% -
XYZ 11.13 4.73 57.45 -
YUV 33.56 224.19 107.63 -
System Red Green Blue C M Y K H S L
Decimal 5 15 204 0.98 0.93 0 0.2 236.98 0.95 0.41
Hex 5 F CC 62 5D 0 14 ED 5F 29
Octal 5 17 314 142 135 0 24 355 137 51
Binary 101 1111 11001100 1100010 1011101 0 10100 11101101 1011111 101001

Color Harmonies of #050FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050FCC

Black with #050FCC

Text Example


Text Example

White with #050FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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