Html Css Color HEX #0509DA Medium Blue

📋 copy color: '#0509DA'

red 5 ◦ green 9 ◦ blue 218

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

Shades of Medium Blue #0509DA

Tints of Medium Blue #0509DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 93.97%

R = 2.16%
G = 3.88%
B = 93.97%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0509DA (or 0x0509DA) is known color: Medium Blue. HEX triplet: 05, 09 and DA. RGB value is (5,9,218). Sum of RGB (Red+Green+Blue) = 5+9+218=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 9 (3.91% from 255 or 3.88% from 232); Blue value is 218 (85.55% from 255 or 93.97% from 232); Max value from RGB is 218 - color contains mainly: blue. Hex color #0509DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0509DA is #FAF625. Grayscale: #1E1E1E. Windows color (decimal): -16447014 or 14289157. OLE color: 14289157.

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

Color convert

RGB 5 9 218 -
CMYK 0.98 0.96 0 0.15
HSL 238.87º 0.96% 0.44% -
HSV(B) 238.87º 0.98% 0.85% -
XYZ 12.82 5.29 66.68 -
YUV 31.63 233.17 109.01 -
System Red Green Blue C M Y K H S L
Decimal 5 9 218 0.98 0.96 0 0.15 238.87 0.96 0.44
Hex 5 9 DA 62 60 0 F EF 60 2C
Octal 5 11 332 142 140 0 17 357 140 54
Binary 101 1001 11011010 1100010 1100000 0 1111 11101111 1100000 101100

Color Harmonies of #0509DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0509DA

Black with #0509DA

Text Example


Text Example

White with #0509DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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