Html Css Color HEX #112DFD Blue

📋 copy color: '#112DFD'

red 17 ◦ green 45 ◦ blue 253

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

Shades of Blue #112DFD

Tints of Blue #112DFD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.29%

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

R = 5.4%
G = 14.29%
B = 80.32%

CMYK

 C value IS 0.93

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#112DFD (or 0x112DFD) is known color: Blue. HEX triplet: 11, 2D and FD. RGB value is (17,45,253). Sum of RGB (Red+Green+Blue) = 17+45+253=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 253 (99.22% from 255 or 80.32% from 315); Max value from RGB is 253 - color contains mainly: blue. Hex color #112DFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112DFD is #EED202. Grayscale: #3B3B3B. Windows color (decimal): -15651331 or 16592145. OLE color: 16592145.

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

Color convert

RGB 17 45 253 -
CMYK 0.93 0.82 0 0.01
HSL 232.88º 0.98% 0.53% -
HSV(B) 232.88º 0.93% 0.99% -
XYZ 18.9 9.09 93.69 -
YUV 60.34 236.72 97.09 -
System Red Green Blue C M Y K H S L
Decimal 17 45 253 0.93 0.82 0 0.01 232.88 0.98 0.53
Hex 11 2D FD 5D 52 0 1 E9 62 35
Octal 21 55 375 135 122 0 1 351 142 65
Binary 10001 101101 11111101 1011101 1010010 0 1 11101001 1100010 110101

Color Harmonies of #112DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112DFD

Black with #112DFD

Text Example


Text Example

White with #112DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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