Html Css Color HEX #0502D8 Medium Blue

📋 copy color: '#0502D8'

red 5 ◦ green 2 ◦ blue 216

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

Shades of Medium Blue #0502D8

Tints of Medium Blue #0502D8

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

 BLUE value IS 216 (84.77% from 255) = 96.86%

R = 2.24%
G = 0.9%
B = 96.86%

CMYK

 C value IS 0.98

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0502D8 (or 0x0502D8) is known color: Medium Blue. HEX triplet: 05, 02 and D8. RGB value is (5,2,216). Sum of RGB (Red+Green+Blue) = 5+2+216=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 216 (84.77% from 255 or 96.86% from 223); Max value from RGB is 216 - color contains mainly: blue. Hex color #0502D8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0502D8 is #FAFD27. Grayscale: #1A1A1A. Windows color (decimal): -16448808 or 14156293. OLE color: 14156293.

HSL color Cylindrical-coordinate representation of color #0502D8: hue angle of 240.84º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0502D8 is Cyan = 0.98, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 2 216 -
CMYK 0.98 0.99 0 0.15
HSL 240.84º 0.98% 0.43% -
HSV(B) 240.84º 0.99% 0.85% -
XYZ 12.48 5.03 65.28 -
YUV 27.29 234.49 112.1 -
System Red Green Blue C M Y K H S L
Decimal 5 2 216 0.98 0.99 0 0.15 240.84 0.98 0.43
Hex 5 2 D8 62 63 0 F F1 62 2B
Octal 5 2 330 142 143 0 17 361 142 53
Binary 101 10 11011000 1100010 1100011 0 1111 11110001 1100010 101011

Color Harmonies of #0502D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0502D8

Black with #0502D8

Text Example


Text Example

White with #0502D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0502D8; }

 p { color: rgb(5,2,216); }

 H1.HeaderClassName
 {
   color: #0502D8;
 }
 .AnyTagClassName
 {
   color: #0502D8;
 }
</style>

background-color css

<style>
 a { background-color: #0502D8; }

 a { background-color: rgb(5,2,216); }

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

border-color css

<style>
 span { border-color: #0502D8; }

 span { border-color: rgb(5,2,216); }

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