Html Css Color HEX #112BF0 Blue

📋 copy color: '#112BF0'

red 17 ◦ green 43 ◦ blue 240

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

Shades of Blue #112BF0

Tints of Blue #112BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 80%

R = 5.67%
G = 14.33%
B = 80%

CMYK

 C value IS 0.93

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#112BF0 (or 0x112BF0) is known color: Blue. HEX triplet: 11, 2B and F0. RGB value is (17,43,240). Sum of RGB (Red+Green+Blue) = 17+43+240=300 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.67% from 300); Green value is 43 (17.19% from 255 or 14.33% from 300); Blue value is 240 (94.14% from 255 or 80% from 300); Max value from RGB is 240 - color contains mainly: blue. Hex color #112BF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112BF0 is #EED40F. Grayscale: #383838. Windows color (decimal): -15651856 or 15739665. OLE color: 15739665.

HSL color Cylindrical-coordinate representation of color #112BF0: hue angle of 233º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #112BF0 is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 43 240 -
CMYK 0.93 0.82 0 0.06
HSL 233º 0.88% 0.5% -
HSV(B) 233º 0.93% 0.94% -
XYZ 16.82 8.14 83.12 -
YUV 57.68 230.89 98.98 -
System Red Green Blue C M Y K H S L
Decimal 17 43 240 0.93 0.82 0 0.06 233 0.88 0.5
Hex 11 2B F0 5D 52 0 6 E9 58 32
Octal 21 53 360 135 122 0 6 351 130 62
Binary 10001 101011 11110000 1011101 1010010 0 110 11101001 1011000 110010

Color Harmonies of #112BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112BF0

Black with #112BF0

Text Example


Text Example

White with #112BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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