Html Css Color HEX #0511EB Blue

📋 copy color: '#0511EB'

red 5 ◦ green 17 ◦ blue 235

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

Shades of Blue #0511EB

Tints of Blue #0511EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 91.44%

R = 1.95%
G = 6.61%
B = 91.44%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0511EB (or 0x0511EB) is known color: Blue. HEX triplet: 05, 11 and EB. RGB value is (5,17,235). Sum of RGB (Red+Green+Blue) = 5+17+235=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 235 (92.19% from 255 or 91.44% from 257); Max value from RGB is 235 - color contains mainly: blue. Hex color #0511EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0511EB is #FAEE14. Grayscale: #252525. Windows color (decimal): -16444949 or 15405317. OLE color: 15405317.

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

Color convert

RGB 5 17 235 -
CMYK 0.98 0.93 0 0.08
HSL 236.87º 0.96% 0.47% -
HSV(B) 236.87º 0.98% 0.92% -
XYZ 15.26 6.43 79.03 -
YUV 38.26 239.02 104.27 -
System Red Green Blue C M Y K H S L
Decimal 5 17 235 0.98 0.93 0 0.08 236.87 0.96 0.47
Hex 5 11 EB 62 5D 0 8 ED 60 2F
Octal 5 21 353 142 135 0 10 355 140 57
Binary 101 10001 11101011 1100010 1011101 0 1000 11101101 1100000 101111

Color Harmonies of #0511EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0511EB

Black with #0511EB

Text Example


Text Example

White with #0511EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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