Html Css Color HEX #112BF9 Blue

📋 copy color: '#112BF9'

red 17 ◦ green 43 ◦ blue 249

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

Shades of Blue #112BF9

Tints of Blue #112BF9

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.92%

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

R = 5.5%
G = 13.92%
B = 80.58%

CMYK

 C value IS 0.93

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#112BF9 (or 0x112BF9) is known color: Blue. HEX triplet: 11, 2B and F9. RGB value is (17,43,249). Sum of RGB (Red+Green+Blue) = 17+43+249=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 249 (97.66% from 255 or 80.58% from 309); Max value from RGB is 249 - color contains mainly: blue. Hex color #112BF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112BF9 is #EED406. Grayscale: #393939. Windows color (decimal): -15651847 or 16329489. OLE color: 16329489.

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

Color convert

RGB 17 43 249 -
CMYK 0.93 0.83 0 0.02
HSL 233.28º 0.95% 0.52% -
HSV(B) 233.28º 0.93% 0.98% -
XYZ 18.19 8.69 90.34 -
YUV 58.71 235.39 98.25 -
System Red Green Blue C M Y K H S L
Decimal 17 43 249 0.93 0.83 0 0.02 233.28 0.95 0.52
Hex 11 2B F9 5D 53 0 2 E9 5F 34
Octal 21 53 371 135 123 0 2 351 137 64
Binary 10001 101011 11111001 1011101 1010011 0 10 11101001 1011111 110100

Color Harmonies of #112BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112BF9

Black with #112BF9

Text Example


Text Example

White with #112BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112BF9; }

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

 H1.HeaderClassName
 {
   color: #112BF9;
 }
 .AnyTagClassName
 {
   color: #112BF9;
 }
</style>

background-color css

<style>
 a { background-color: #112BF9; }

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

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

border-color css

<style>
 span { border-color: #112BF9; }

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

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