Html Css Color HEX #110BE9 Blue

📋 copy color: '#110BE9'

red 17 ◦ green 11 ◦ blue 233

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

Shades of Blue #110BE9

Tints of Blue #110BE9

RGB

 RED value IS 17 (7.03% from 255) = 6.51%

 GREEN value IS 11 (4.69% from 255) = 4.21%

 BLUE value IS 233 (91.41% from 255) = 89.27%

R = 6.51%
G = 4.21%
B = 89.27%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#110BE9 (or 0x110BE9) is known color: Blue. HEX triplet: 11, 0B and E9. RGB value is (17,11,233). Sum of RGB (Red+Green+Blue) = 17+11+233=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 233 (91.41% from 255 or 89.27% from 261); Max value from RGB is 233 - color contains mainly: blue. Hex color #110BE9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110BE9 is #EEF416. Grayscale: #252525. Windows color (decimal): -15660055 or 15272721. OLE color: 15272721.

HSL color Cylindrical-coordinate representation of color #110BE9: hue angle of 241.62º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110BE9 is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 17 11 233 -
CMYK 0.93 0.95 0 0.09
HSL 241.62º 0.91% 0.48% -
HSV(B) 241.62º 0.95% 0.91% -
XYZ 15.06 6.24 77.5 -
YUV 38.1 237.99 112.95 -
System Red Green Blue C M Y K H S L
Decimal 17 11 233 0.93 0.95 0 0.09 241.62 0.91 0.48
Hex 11 B E9 5D 5F 0 9 F2 5B 30
Octal 21 13 351 135 137 0 11 362 133 60
Binary 10001 1011 11101001 1011101 1011111 0 1001 11110010 1011011 110000

Color Harmonies of #110BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110BE9

Black with #110BE9

Text Example


Text Example

White with #110BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110BE9; }

 p { color: rgb(17,11,233); }

 H1.HeaderClassName
 {
   color: #110BE9;
 }
 .AnyTagClassName
 {
   color: #110BE9;
 }
</style>

background-color css

<style>
 a { background-color: #110BE9; }

 a { background-color: rgb(17,11,233); }

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

border-color css

<style>
 span { border-color: #110BE9; }

 span { border-color: rgb(17,11,233); }

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