Html Css Color HEX #110FDA Medium Blue

📋 copy color: '#110FDA'

red 17 ◦ green 15 ◦ blue 218

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

Shades of Medium Blue #110FDA

Tints of Medium Blue #110FDA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6%

 BLUE value IS 218 (85.55% from 255) = 87.2%

R = 6.8%
G = 6%
B = 87.2%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#110FDA (or 0x110FDA) is known color: Medium Blue. HEX triplet: 11, 0F and DA. RGB value is (17,15,218). Sum of RGB (Red+Green+Blue) = 17+15+218=250 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.8% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 218 (85.55% from 255 or 87.2% from 250); Max value from RGB is 218 - color contains mainly: blue. Hex color #110FDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #110FDA is #EEF025. Grayscale: #252525. Windows color (decimal): -15659046 or 14290705. OLE color: 14290705.

HSL color Cylindrical-coordinate representation of color #110FDA: hue angle of 240.59º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110FDA is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 17 15 218 -
CMYK 0.92 0.93 0 0.15
HSL 240.59º 0.87% 0.46% -
HSV(B) 240.59º 0.93% 0.85% -
XYZ 13.06 5.52 66.71 -
YUV 38.74 229.16 112.49 -
System Red Green Blue C M Y K H S L
Decimal 17 15 218 0.92 0.93 0 0.15 240.59 0.87 0.46
Hex 11 F DA 5C 5D 0 F F1 57 2E
Octal 21 17 332 134 135 0 17 361 127 56
Binary 10001 1111 11011010 1011100 1011101 0 1111 11110001 1010111 101110

Color Harmonies of #110FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110FDA

Black with #110FDA

Text Example


Text Example

White with #110FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,15,218); }

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

background-color css

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

 a { background-color: rgb(17,15,218); }

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

border-color css

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

 span { border-color: rgb(17,15,218); }

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