Html Css Color HEX #050DD7 Medium Blue

📋 copy color: '#050DD7'

red 5 ◦ green 13 ◦ blue 215

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

Shades of Medium Blue #050DD7

Tints of Medium Blue #050DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 92.27%

R = 2.15%
G = 5.58%
B = 92.27%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#050DD7 (or 0x050DD7) is known color: Medium Blue. HEX triplet: 05, 0D and D7. RGB value is (5,13,215). Sum of RGB (Red+Green+Blue) = 5+13+215=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 215 (84.38% from 255 or 92.27% from 233); Max value from RGB is 215 - color contains mainly: blue. Hex color #050DD7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050DD7 is #FAF228. Grayscale: #202020. Windows color (decimal): -16445993 or 14093573. OLE color: 14093573.

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

Color convert

RGB 5 13 215 -
CMYK 0.98 0.94 0 0.16
HSL 237.71º 0.95% 0.43% -
HSV(B) 237.71º 0.98% 0.84% -
XYZ 12.47 5.23 64.64 -
YUV 33.64 230.35 107.57 -
System Red Green Blue C M Y K H S L
Decimal 5 13 215 0.98 0.94 0 0.16 237.71 0.95 0.43
Hex 5 D D7 62 5E 0 10 EE 5F 2B
Octal 5 15 327 142 136 0 20 356 137 53
Binary 101 1101 11010111 1100010 1011110 0 10000 11101110 1011111 101011

Color Harmonies of #050DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050DD7

Black with #050DD7

Text Example


Text Example

White with #050DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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