Html Css Color HEX #050CCF Medium Blue

📋 copy color: '#050CCF'

red 5 ◦ green 12 ◦ blue 207

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

Shades of Medium Blue #050CCF

Tints of Medium Blue #050CCF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.36%

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

R = 2.23%
G = 5.36%
B = 92.41%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#050CCF (or 0x050CCF) is known color: Medium Blue. HEX triplet: 05, 0C and CF. RGB value is (5,12,207). Sum of RGB (Red+Green+Blue) = 5+12+207=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 207 (81.25% from 255 or 92.41% from 224); Max value from RGB is 207 - color contains mainly: blue. Hex color #050CCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050CCF is #FAF330. Grayscale: #1F1F1F. Windows color (decimal): -16446257 or 13569029. OLE color: 13569029.

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

Color convert

RGB 5 12 207 -
CMYK 0.98 0.94 0 0.19
HSL 237.92º 0.95% 0.42% -
HSV(B) 237.92º 0.98% 0.81% -
XYZ 11.46 4.8 59.35 -
YUV 32.14 226.68 108.64 -
System Red Green Blue C M Y K H S L
Decimal 5 12 207 0.98 0.94 0 0.19 237.92 0.95 0.42
Hex 5 C CF 62 5E 0 13 EE 5F 2A
Octal 5 14 317 142 136 0 23 356 137 52
Binary 101 1100 11001111 1100010 1011110 0 10011 11101110 1011111 101010

Color Harmonies of #050CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050CCF

Black with #050CCF

Text Example


Text Example

White with #050CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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