Html Css Color HEX #0508C9 Medium Blue

📋 copy color: '#0508C9'

red 5 ◦ green 8 ◦ blue 201

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

Shades of Medium Blue #0508C9

Tints of Medium Blue #0508C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 93.93%

R = 2.34%
G = 3.74%
B = 93.93%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0508C9 (or 0x0508C9) is known color: Medium Blue. HEX triplet: 05, 08 and C9. RGB value is (5,8,201). Sum of RGB (Red+Green+Blue) = 5+8+201=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 201 (78.91% from 255 or 93.93% from 214); Max value from RGB is 201 - color contains mainly: blue. Hex color #0508C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0508C9 is #FAF736. Grayscale: #1C1C1C. Windows color (decimal): -16447287 or 13174789. OLE color: 13174789.

HSL color Cylindrical-coordinate representation of color #0508C9: hue angle of 239.08º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0508C9 is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 8 201 -
CMYK 0.98 0.96 0 0.21
HSL 239.08º 0.95% 0.4% -
HSV(B) 239.08º 0.98% 0.79% -
XYZ 10.69 4.42 55.55 -
YUV 29.11 225.01 110.81 -
System Red Green Blue C M Y K H S L
Decimal 5 8 201 0.98 0.96 0 0.21 239.08 0.95 0.4
Hex 5 8 C9 62 60 0 15 EF 5F 28
Octal 5 10 311 142 140 0 25 357 137 50
Binary 101 1000 11001001 1100010 1100000 0 10101 11101111 1011111 101000

Color Harmonies of #0508C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0508C9

Black with #0508C9

Text Example


Text Example

White with #0508C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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