Html Css Color HEX #112CF1 Blue

📋 copy color: '#112CF1'

red 17 ◦ green 44 ◦ blue 241

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

Shades of Blue #112CF1

Tints of Blue #112CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 79.8%

R = 5.63%
G = 14.57%
B = 79.8%

CMYK

 C value IS 0.93

 M value IS 0.82

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#112CF1 (or 0x112CF1) is known color: Blue. HEX triplet: 11, 2C and F1. RGB value is (17,44,241). Sum of RGB (Red+Green+Blue) = 17+44+241=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 241 (94.53% from 255 or 79.80% from 302); Max value from RGB is 241 - color contains mainly: blue. Hex color #112CF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112CF1 is #EED30E. Grayscale: #393939. Windows color (decimal): -15651599 or 15805457. OLE color: 15805457.

HSL color Cylindrical-coordinate representation of color #112CF1: hue angle of 232.77º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #112CF1 is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 44 241 -
CMYK 0.93 0.82 0 0.05
HSL 232.77º 0.89% 0.51% -
HSV(B) 232.77º 0.93% 0.95% -
XYZ 17.01 8.27 83.92 -
YUV 58.39 231.05 98.48 -
System Red Green Blue C M Y K H S L
Decimal 17 44 241 0.93 0.82 0 0.05 232.77 0.89 0.51
Hex 11 2C F1 5D 52 0 5 E9 59 33
Octal 21 54 361 135 122 0 5 351 131 63
Binary 10001 101100 11110001 1011101 1010010 0 101 11101001 1011001 110011

Color Harmonies of #112CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112CF1

Black with #112CF1

Text Example


Text Example

White with #112CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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