Html Css Color HEX #050CC2 Medium Blue

📋 copy color: '#050CC2'

red 5 ◦ green 12 ◦ blue 194

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

Shades of Medium Blue #050CC2

Tints of Medium Blue #050CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 91.94%

R = 2.37%
G = 5.69%
B = 91.94%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#050CC2 (or 0x050CC2) is known color: Medium Blue. HEX triplet: 05, 0C and C2. RGB value is (5,12,194). Sum of RGB (Red+Green+Blue) = 5+12+194=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 194 (76.17% from 255 or 91.94% from 211); Max value from RGB is 194 - color contains mainly: blue. Hex color #050CC2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050CC2 is #FAF33D. Grayscale: #1D1D1D. Windows color (decimal): -16446270 or 12717061. OLE color: 12717061.

HSL color Cylindrical-coordinate representation of color #050CC2: hue angle of 237.78º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050CC2 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 5 12 194 -
CMYK 0.97 0.94 0 0.24
HSL 237.78º 0.95% 0.39% -
HSV(B) 237.78º 0.97% 0.76% -
XYZ 9.93 4.19 51.32 -
YUV 30.66 220.18 109.7 -
System Red Green Blue C M Y K H S L
Decimal 5 12 194 0.97 0.94 0 0.24 237.78 0.95 0.39
Hex 5 C C2 61 5E 0 18 EE 5F 27
Octal 5 14 302 141 136 0 30 356 137 47
Binary 101 1100 11000010 1100001 1011110 0 11000 11101110 1011111 100111

Color Harmonies of #050CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050CC2

Black with #050CC2

Text Example


Text Example

White with #050CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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