Html Css Color HEX #112AED Blue

📋 copy color: '#112AED'

red 17 ◦ green 42 ◦ blue 237

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

Shades of Blue #112AED

Tints of Blue #112AED

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.19%

 BLUE value IS 237 (92.97% from 255) = 80.07%

R = 5.74%
G = 14.19%
B = 80.07%

CMYK

 C value IS 0.93

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#112AED (or 0x112AED) is known color: Blue. HEX triplet: 11, 2A and ED. RGB value is (17,42,237). Sum of RGB (Red+Green+Blue) = 17+42+237=296 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.74% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 237 (92.97% from 255 or 80.07% from 296); Max value from RGB is 237 - color contains mainly: blue. Hex color #112AED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112AED is #EED512. Grayscale: #373737. Windows color (decimal): -15652115 or 15542801. OLE color: 15542801.

HSL color Cylindrical-coordinate representation of color #112AED: hue angle of 233.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #112AED is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 42 237 -
CMYK 0.93 0.82 0 0.07
HSL 233.18º 0.87% 0.5% -
HSV(B) 233.18º 0.93% 0.93% -
XYZ 16.35 7.89 80.78 -
YUV 56.76 229.72 99.64 -
System Red Green Blue C M Y K H S L
Decimal 17 42 237 0.93 0.82 0 0.07 233.18 0.87 0.5
Hex 11 2A ED 5D 52 0 7 E9 57 32
Octal 21 52 355 135 122 0 7 351 127 62
Binary 10001 101010 11101101 1011101 1010010 0 111 11101001 1010111 110010

Color Harmonies of #112AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112AED

Black with #112AED

Text Example


Text Example

White with #112AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,42,237); }

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

background-color css

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

 a { background-color: rgb(17,42,237); }

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

border-color css

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

 span { border-color: rgb(17,42,237); }

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