Html Css Color HEX #0509EC Blue

📋 copy color: '#0509EC'

red 5 ◦ green 9 ◦ blue 236

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

Shades of Blue #0509EC

Tints of Blue #0509EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 94.4%

R = 2%
G = 3.6%
B = 94.4%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0509EC (or 0x0509EC) is known color: Blue. HEX triplet: 05, 09 and EC. RGB value is (5,9,236). Sum of RGB (Red+Green+Blue) = 5+9+236=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 236 (92.58% from 255 or 94.4% from 250); Max value from RGB is 236 - color contains mainly: blue. Hex color #0509EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0509EC is #FAF613. Grayscale: #202020. Windows color (decimal): -16446996 or 15468805. OLE color: 15468805.

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

Color convert

RGB 5 9 236 -
CMYK 0.98 0.96 0 0.07
HSL 238.96º 0.96% 0.47% -
HSV(B) 238.96º 0.98% 0.93% -
XYZ 15.3 6.28 79.76 -
YUV 33.68 242.17 107.54 -
System Red Green Blue C M Y K H S L
Decimal 5 9 236 0.98 0.96 0 0.07 238.96 0.96 0.47
Hex 5 9 EC 62 60 0 7 EF 60 2F
Octal 5 11 354 142 140 0 7 357 140 57
Binary 101 1001 11101100 1100010 1100000 0 111 11101111 1100000 101111

Color Harmonies of #0509EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0509EC

Black with #0509EC

Text Example


Text Example

White with #0509EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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