Html Css Color HEX #0509D1 Medium Blue

📋 copy color: '#0509D1'

red 5 ◦ green 9 ◦ blue 209

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

Shades of Medium Blue #0509D1

Tints of Medium Blue #0509D1

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.04%

 BLUE value IS 209 (82.03% from 255) = 93.72%

R = 2.24%
G = 4.04%
B = 93.72%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0509D1 (or 0x0509D1) is known color: Medium Blue. HEX triplet: 05, 09 and D1. RGB value is (5,9,209). Sum of RGB (Red+Green+Blue) = 5+9+209=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 209 (82.03% from 255 or 93.72% from 223); Max value from RGB is 209 - color contains mainly: blue. Hex color #0509D1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0509D1 is #FAF62E. Grayscale: #1D1D1D. Windows color (decimal): -16447023 or 13699333. OLE color: 13699333.

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

Color convert

RGB 5 9 209 -
CMYK 0.98 0.96 0 0.18
HSL 238.82º 0.95% 0.42% -
HSV(B) 238.82º 0.98% 0.82% -
XYZ 11.67 4.83 60.64 -
YUV 30.6 228.67 109.74 -
System Red Green Blue C M Y K H S L
Decimal 5 9 209 0.98 0.96 0 0.18 238.82 0.95 0.42
Hex 5 9 D1 62 60 0 12 EF 5F 2A
Octal 5 11 321 142 140 0 22 357 137 52
Binary 101 1001 11010001 1100010 1100000 0 10010 11101111 1011111 101010

Color Harmonies of #0509D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0509D1

Black with #0509D1

Text Example


Text Example

White with #0509D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0509D1; }

 p { color: rgb(5,9,209); }

 H1.HeaderClassName
 {
   color: #0509D1;
 }
 .AnyTagClassName
 {
   color: #0509D1;
 }
</style>

background-color css

<style>
 a { background-color: #0509D1; }

 a { background-color: rgb(5,9,209); }

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

border-color css

<style>
 span { border-color: #0509D1; }

 span { border-color: rgb(5,9,209); }

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