Html Css Color HEX #112CF0 Blue

📋 copy color: '#112CF0'

red 17 ◦ green 44 ◦ blue 240

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

Shades of Blue #112CF0

Tints of Blue #112CF0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.62%

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

R = 5.65%
G = 14.62%
B = 79.73%

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

#112CF0 (or 0x112CF0) is known color: Blue. HEX triplet: 11, 2C and F0. RGB value is (17,44,240). Sum of RGB (Red+Green+Blue) = 17+44+240=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 240 (94.14% from 255 or 79.73% from 301); Max value from RGB is 240 - color contains mainly: blue. Hex color #112CF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112CF0 is #EED30F. Grayscale: #393939. Windows color (decimal): -15651600 or 15739921. OLE color: 15739921.

HSL color Cylindrical-coordinate representation of color #112CF0: hue angle of 232.74º 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 #112CF0 is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 17 44 240 -
CMYK 0.93 0.82 0 0.06
HSL 232.74º 0.88% 0.5% -
HSV(B) 232.74º 0.93% 0.94% -
XYZ 16.86 8.21 83.13 -
YUV 58.27 230.55 98.56 -
System Red Green Blue C M Y K H S L
Decimal 17 44 240 0.93 0.82 0 0.06 232.74 0.88 0.5
Hex 11 2C F0 5D 52 0 6 E9 58 32
Octal 21 54 360 135 122 0 6 351 130 62
Binary 10001 101100 11110000 1011101 1010010 0 110 11101001 1011000 110010

Color Harmonies of #112CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112CF0

Black with #112CF0

Text Example


Text Example

White with #112CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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