Html Css Color HEX #112CFD Blue

📋 copy color: '#112CFD'

red 17 ◦ green 44 ◦ blue 253

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

Shades of Blue #112CFD

Tints of Blue #112CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 80.57%

R = 5.41%
G = 14.01%
B = 80.57%

CMYK

 C value IS 0.93

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#112CFD (or 0x112CFD) is known color: Blue. HEX triplet: 11, 2C and FD. RGB value is (17,44,253). Sum of RGB (Red+Green+Blue) = 17+44+253=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 253 (99.22% from 255 or 80.57% from 314); Max value from RGB is 253 - color contains mainly: blue. Hex color #112CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112CFD is #EED302. Grayscale: #3A3A3A. Windows color (decimal): -15651587 or 16591889. OLE color: 16591889.

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

Color convert

RGB 17 44 253 -
CMYK 0.93 0.83 0 0.01
HSL 233.14º 0.98% 0.53% -
HSV(B) 233.14º 0.93% 0.99% -
XYZ 18.86 9.01 93.67 -
YUV 59.75 237.05 97.51 -
System Red Green Blue C M Y K H S L
Decimal 17 44 253 0.93 0.83 0 0.01 233.14 0.98 0.53
Hex 11 2C FD 5D 53 0 1 E9 62 35
Octal 21 54 375 135 123 0 1 351 142 65
Binary 10001 101100 11111101 1011101 1010011 0 1 11101001 1100010 110101

Color Harmonies of #112CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112CFD

Black with #112CFD

Text Example


Text Example

White with #112CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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