Html Css Color HEX #110CF9 Blue

📋 copy color: '#110CF9'

red 17 ◦ green 12 ◦ blue 249

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

Shades of Blue #110CF9

Tints of Blue #110CF9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.32%

 BLUE value IS 249 (97.66% from 255) = 89.57%

R = 6.12%
G = 4.32%
B = 89.57%

CMYK

 C value IS 0.93

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#110CF9 (or 0x110CF9) is known color: Blue. HEX triplet: 11, 0C and F9. RGB value is (17,12,249). Sum of RGB (Red+Green+Blue) = 17+12+249=278 (36% of max value = 765). Red value is 17 (7.03% from 255 or 6.12% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 249 (97.66% from 255 or 89.57% from 278); Max value from RGB is 249 - color contains mainly: blue. Hex color #110CF9 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #110CF9 is #EEF306. Grayscale: #272727. Windows color (decimal): -15659783 or 16321553. OLE color: 16321553.

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

Color convert

RGB 17 12 249 -
CMYK 0.93 0.95 0 0.02
HSL 241.27º 0.95% 0.51% -
HSV(B) 241.27º 0.95% 0.98% -
XYZ 17.46 7.22 90.1 -
YUV 40.51 245.66 111.23 -
System Red Green Blue C M Y K H S L
Decimal 17 12 249 0.93 0.95 0 0.02 241.27 0.95 0.51
Hex 11 C F9 5D 5F 0 2 F1 5F 33
Octal 21 14 371 135 137 0 2 361 137 63
Binary 10001 1100 11111001 1011101 1011111 0 10 11110001 1011111 110011

Color Harmonies of #110CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110CF9

Black with #110CF9

Text Example


Text Example

White with #110CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,12,249); }

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

background-color css

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

 a { background-color: rgb(17,12,249); }

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

border-color css

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

 span { border-color: rgb(17,12,249); }

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