Html Css Color HEX #0509FD Blue

📋 copy color: '#0509FD'

red 5 ◦ green 9 ◦ blue 253

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

Shades of Blue #0509FD

Tints of Blue #0509FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 94.76%

R = 1.87%
G = 3.37%
B = 94.76%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0509FD (or 0x0509FD) is known color: Blue. HEX triplet: 05, 09 and FD. RGB value is (5,9,253). Sum of RGB (Red+Green+Blue) = 5+9+253=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 253 (99.22% from 255 or 94.76% from 267); Max value from RGB is 253 - color contains mainly: blue. Hex color #0509FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0509FD is #FAF602. Grayscale: #222222. Windows color (decimal): -16446979 or 16582917. OLE color: 16582917.

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

Color convert

RGB 5 9 253 -
CMYK 0.98 0.96 0 0.01
HSL 239.03º 0.98% 0.51% -
HSV(B) 239.03º 0.98% 0.99% -
XYZ 17.89 7.32 93.4 -
YUV 35.62 250.67 106.16 -
System Red Green Blue C M Y K H S L
Decimal 5 9 253 0.98 0.96 0 0.01 239.03 0.98 0.51
Hex 5 9 FD 62 60 0 1 EF 62 33
Octal 5 11 375 142 140 0 1 357 142 63
Binary 101 1001 11111101 1100010 1100000 0 1 11101111 1100010 110011

Color Harmonies of #0509FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0509FD

Black with #0509FD

Text Example


Text Example

White with #0509FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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