Html Css Color HEX #110BD4 Medium Blue

📋 copy color: '#110BD4'

red 17 ◦ green 11 ◦ blue 212

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

Shades of Medium Blue #110BD4

Tints of Medium Blue #110BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 88.33%

R = 7.08%
G = 4.58%
B = 88.33%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#110BD4 (or 0x110BD4) is known color: Medium Blue. HEX triplet: 11, 0B and D4. RGB value is (17,11,212). Sum of RGB (Red+Green+Blue) = 17+11+212=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 212 (83.20% from 255 or 88.33% from 240); Max value from RGB is 212 - color contains mainly: blue. Hex color #110BD4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110BD4 is #EEF42B. Grayscale: #222222. Windows color (decimal): -15660076 or 13896465. OLE color: 13896465.

HSL color Cylindrical-coordinate representation of color #110BD4: hue angle of 241.79º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110BD4 is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 17 11 212 -
CMYK 0.92 0.95 0 0.17
HSL 241.79º 0.9% 0.44% -
HSV(B) 241.79º 0.95% 0.83% -
XYZ 12.23 5.11 62.63 -
YUV 35.71 227.49 114.66 -
System Red Green Blue C M Y K H S L
Decimal 17 11 212 0.92 0.95 0 0.17 241.79 0.9 0.44
Hex 11 B D4 5C 5F 0 11 F2 5A 2C
Octal 21 13 324 134 137 0 21 362 132 54
Binary 10001 1011 11010100 1011100 1011111 0 10001 11110010 1011010 101100

Color Harmonies of #110BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110BD4

Black with #110BD4

Text Example


Text Example

White with #110BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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