Html Css Color HEX #050DD2 Medium Blue

📋 copy color: '#050DD2'

red 5 ◦ green 13 ◦ blue 210

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

Shades of Medium Blue #050DD2

Tints of Medium Blue #050DD2

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.7%

 BLUE value IS 210 (82.42% from 255) = 92.11%

R = 2.19%
G = 5.7%
B = 92.11%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#050DD2 (or 0x050DD2) is known color: Medium Blue. HEX triplet: 05, 0D and D2. RGB value is (5,13,210). Sum of RGB (Red+Green+Blue) = 5+13+210=228 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.19% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 210 (82.42% from 255 or 92.11% from 228); Max value from RGB is 210 - color contains mainly: blue. Hex color #050DD2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050DD2 is #FAF22D. Grayscale: #202020. Windows color (decimal): -16445998 or 13765893. OLE color: 13765893.

HSL color Cylindrical-coordinate representation of color #050DD2: hue angle of 237.66º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #050DD2 is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 13 210 -
CMYK 0.98 0.94 0 0.18
HSL 237.66º 0.95% 0.42% -
HSV(B) 237.66º 0.98% 0.82% -
XYZ 11.84 4.97 61.31 -
YUV 33.07 227.85 107.98 -
System Red Green Blue C M Y K H S L
Decimal 5 13 210 0.98 0.94 0 0.18 237.66 0.95 0.42
Hex 5 D D2 62 5E 0 12 EE 5F 2A
Octal 5 15 322 142 136 0 22 356 137 52
Binary 101 1101 11010010 1100010 1011110 0 10010 11101110 1011111 101010

Color Harmonies of #050DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050DD2

Black with #050DD2

Text Example


Text Example

White with #050DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,13,210); }

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

background-color css

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

 a { background-color: rgb(5,13,210); }

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

border-color css

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

 span { border-color: rgb(5,13,210); }

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