Html Css Color HEX #0511EC Blue

📋 copy color: '#0511EC'

red 5 ◦ green 17 ◦ blue 236

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

Shades of Blue #0511EC

Tints of Blue #0511EC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.59%

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

R = 1.94%
G = 6.59%
B = 91.47%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0511EC (or 0x0511EC) is known color: Blue. HEX triplet: 05, 11 and EC. RGB value is (5,17,236). Sum of RGB (Red+Green+Blue) = 5+17+236=258 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.94% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 236 (92.58% from 255 or 91.47% from 258); Max value from RGB is 236 - color contains mainly: blue. Hex color #0511EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0511EC is #FAEE13. Grayscale: #252525. Windows color (decimal): -16444948 or 15470853. OLE color: 15470853.

HSL color Cylindrical-coordinate representation of color #0511EC: hue angle of 236.88º 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 #0511EC is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 17 236 -
CMYK 0.98 0.93 0 0.07
HSL 236.88º 0.96% 0.47% -
HSV(B) 236.88º 0.98% 0.93% -
XYZ 15.4 6.49 79.8 -
YUV 38.38 239.52 104.19 -
System Red Green Blue C M Y K H S L
Decimal 5 17 236 0.98 0.93 0 0.07 236.88 0.96 0.47
Hex 5 11 EC 62 5D 0 7 ED 60 2F
Octal 5 21 354 142 135 0 7 355 140 57
Binary 101 10001 11101100 1100010 1011101 0 111 11101101 1100000 101111

Color Harmonies of #0511EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0511EC

Black with #0511EC

Text Example


Text Example

White with #0511EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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