Html Css Color HEX #050ADD Medium Blue

📋 copy color: '#050ADD'

red 5 ◦ green 10 ◦ blue 221

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

Shades of Medium Blue #050ADD

Tints of Medium Blue #050ADD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.24%

 BLUE value IS 221 (86.72% from 255) = 93.64%

R = 2.12%
G = 4.24%
B = 93.64%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#050ADD (or 0x050ADD) is known color: Medium Blue. HEX triplet: 05, 0A and DD. RGB value is (5,10,221). Sum of RGB (Red+Green+Blue) = 5+10+221=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 221 (86.72% from 255 or 93.64% from 236); Max value from RGB is 221 - color contains mainly: blue. Hex color #050ADD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050ADD is #FAF522. Grayscale: #1F1F1F. Windows color (decimal): -16446755 or 14486021. OLE color: 14486021.

HSL color Cylindrical-coordinate representation of color #050ADD: hue angle of 238.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050ADD is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 10 221 -
CMYK 0.98 0.95 0 0.13
HSL 238.61º 0.96% 0.44% -
HSV(B) 238.61º 0.98% 0.87% -
XYZ 13.22 5.47 68.77 -
YUV 32.56 234.34 108.34 -
System Red Green Blue C M Y K H S L
Decimal 5 10 221 0.98 0.95 0 0.13 238.61 0.96 0.44
Hex 5 A DD 62 5F 0 D EF 60 2C
Octal 5 12 335 142 137 0 15 357 140 54
Binary 101 1010 11011101 1100010 1011111 0 1101 11101111 1100000 101100

Color Harmonies of #050ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050ADD

Black with #050ADD

Text Example


Text Example

White with #050ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,10,221); }

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

background-color css

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

 a { background-color: rgb(5,10,221); }

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

border-color css

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

 span { border-color: rgb(5,10,221); }

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