Html Css Color HEX #110DEE Blue

📋 copy color: '#110DEE'

red 17 ◦ green 13 ◦ blue 238

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

Shades of Blue #110DEE

Tints of Blue #110DEE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.85%

 BLUE value IS 238 (93.36% from 255) = 88.81%

R = 6.34%
G = 4.85%
B = 88.81%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#110DEE (or 0x110DEE) is known color: Blue. HEX triplet: 11, 0D and EE. RGB value is (17,13,238). Sum of RGB (Red+Green+Blue) = 17+13+238=268 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.34% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 238 (93.36% from 255 or 88.81% from 268); Max value from RGB is 238 - color contains mainly: blue. Hex color #110DEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110DEE is #EEF211. Grayscale: #262626. Windows color (decimal): -15659538 or 15600913. OLE color: 15600913.

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

Color convert

RGB 17 13 238 -
CMYK 0.93 0.95 0 0.07
HSL 241.07º 0.9% 0.49% -
HSV(B) 241.07º 0.95% 0.93% -
XYZ 15.81 6.58 81.33 -
YUV 39.85 239.83 111.7 -
System Red Green Blue C M Y K H S L
Decimal 17 13 238 0.93 0.95 0 0.07 241.07 0.9 0.49
Hex 11 D EE 5D 5F 0 7 F1 5A 31
Octal 21 15 356 135 137 0 7 361 132 61
Binary 10001 1101 11101110 1011101 1011111 0 111 11110001 1011010 110001

Color Harmonies of #110DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110DEE

Black with #110DEE

Text Example


Text Example

White with #110DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,13,238); }

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

background-color css

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

 a { background-color: rgb(17,13,238); }

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

border-color css

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

 span { border-color: rgb(17,13,238); }

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