Html Css Color HEX #0509F9 Blue

📋 copy color: '#0509F9'

red 5 ◦ green 9 ◦ blue 249

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

Shades of Blue #0509F9

Tints of Blue #0509F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 94.68%

R = 1.9%
G = 3.42%
B = 94.68%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0509F9 (or 0x0509F9) is known color: Blue. HEX triplet: 05, 09 and F9. RGB value is (5,9,249). Sum of RGB (Red+Green+Blue) = 5+9+249=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 249 (97.66% from 255 or 94.68% from 263); Max value from RGB is 249 - color contains mainly: blue. Hex color #0509F9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0509F9 is #FAF606. Grayscale: #222222. Windows color (decimal): -16446983 or 16320773. OLE color: 16320773.

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

Color convert

RGB 5 9 249 -
CMYK 0.98 0.96 0 0.02
HSL 239.02º 0.96% 0.5% -
HSV(B) 239.02º 0.98% 0.98% -
XYZ 17.26 7.07 90.08 -
YUV 35.16 248.67 106.49 -
System Red Green Blue C M Y K H S L
Decimal 5 9 249 0.98 0.96 0 0.02 239.02 0.96 0.5
Hex 5 9 F9 62 60 0 2 EF 60 32
Octal 5 11 371 142 140 0 2 357 140 62
Binary 101 1001 11111001 1100010 1100000 0 10 11101111 1100000 110010

Color Harmonies of #0509F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0509F9

Black with #0509F9

Text Example


Text Example

White with #0509F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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