Html Css Color HEX #0508DD Medium Blue

📋 copy color: '#0508DD'

red 5 ◦ green 8 ◦ blue 221

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

Shades of Medium Blue #0508DD

Tints of Medium Blue #0508DD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.42%

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

R = 2.14%
G = 3.42%
B = 94.44%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0508DD (or 0x0508DD) is known color: Medium Blue. HEX triplet: 05, 08 and DD. RGB value is (5,8,221). Sum of RGB (Red+Green+Blue) = 5+8+221=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 221 (86.72% from 255 or 94.44% from 234); Max value from RGB is 221 - color contains mainly: blue. Hex color #0508DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0508DD is #FAF722. Grayscale: #1E1E1E. Windows color (decimal): -16447267 or 14485509. OLE color: 14485509.

HSL color Cylindrical-coordinate representation of color #0508DD: hue angle of 239.17º 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 #0508DD is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 8 221 -
CMYK 0.98 0.96 0 0.13
HSL 239.17º 0.96% 0.44% -
HSV(B) 239.17º 0.98% 0.87% -
XYZ 13.2 5.43 68.76 -
YUV 31.39 235.01 109.18 -
System Red Green Blue C M Y K H S L
Decimal 5 8 221 0.98 0.96 0 0.13 239.17 0.96 0.44
Hex 5 8 DD 62 60 0 D EF 60 2C
Octal 5 10 335 142 140 0 15 357 140 54
Binary 101 1000 11011101 1100010 1100000 0 1101 11101111 1100000 101100

Color Harmonies of #0508DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0508DD

Black with #0508DD

Text Example


Text Example

White with #0508DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0508DD; }

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

 H1.HeaderClassName
 {
   color: #0508DD;
 }
 .AnyTagClassName
 {
   color: #0508DD;
 }
</style>

background-color css

<style>
 a { background-color: #0508DD; }

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

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

border-color css

<style>
 span { border-color: #0508DD; }

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

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