Html Css Color HEX #112CF9 Blue

📋 copy color: '#112CF9'

red 17 ◦ green 44 ◦ blue 249

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

Shades of Blue #112CF9

Tints of Blue #112CF9

RGB

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

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

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

R = 5.48%
G = 14.19%
B = 80.32%

CMYK

 C value IS 0.93

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#112CF9 (or 0x112CF9) is known color: Blue. HEX triplet: 11, 2C and F9. RGB value is (17,44,249). Sum of RGB (Red+Green+Blue) = 17+44+249=310 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.48% from 310); Green value is 44 (17.58% from 255 or 14.19% from 310); Blue value is 249 (97.66% from 255 or 80.32% from 310); Max value from RGB is 249 - color contains mainly: blue. Hex color #112CF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112CF9 is #EED306. Grayscale: #3A3A3A. Windows color (decimal): -15651591 or 16329745. OLE color: 16329745.

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

Color convert

RGB 17 44 249 -
CMYK 0.93 0.82 0 0.02
HSL 233.02º 0.95% 0.52% -
HSV(B) 233.02º 0.93% 0.98% -
XYZ 18.23 8.76 90.35 -
YUV 59.3 235.05 97.83 -
System Red Green Blue C M Y K H S L
Decimal 17 44 249 0.93 0.82 0 0.02 233.02 0.95 0.52
Hex 11 2C F9 5D 52 0 2 E9 5F 34
Octal 21 54 371 135 122 0 2 351 137 64
Binary 10001 101100 11111001 1011101 1010010 0 10 11101001 1011111 110100

Color Harmonies of #112CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112CF9

Black with #112CF9

Text Example


Text Example

White with #112CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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