Html Css Color HEX #112CED Blue

📋 copy color: '#112CED'

red 17 ◦ green 44 ◦ blue 237

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

Shades of Blue #112CED

Tints of Blue #112CED

RGB

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

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

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

R = 5.7%
G = 14.77%
B = 79.53%

CMYK

 C value IS 0.93

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#112CED (or 0x112CED) is known color: Blue. HEX triplet: 11, 2C and ED. RGB value is (17,44,237). Sum of RGB (Red+Green+Blue) = 17+44+237=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 237 (92.97% from 255 or 79.53% from 298); Max value from RGB is 237 - color contains mainly: blue. Hex color #112CED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112CED is #EED312. Grayscale: #393939. Windows color (decimal): -15651603 or 15543313. OLE color: 15543313.

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

Color convert

RGB 17 44 237 -
CMYK 0.93 0.81 0 0.07
HSL 232.64º 0.87% 0.5% -
HSV(B) 232.64º 0.93% 0.93% -
XYZ 16.42 8.03 80.81 -
YUV 57.93 229.05 98.81 -
System Red Green Blue C M Y K H S L
Decimal 17 44 237 0.93 0.81 0 0.07 232.64 0.87 0.5
Hex 11 2C ED 5D 51 0 7 E9 57 32
Octal 21 54 355 135 121 0 7 351 127 62
Binary 10001 101100 11101101 1011101 1010001 0 111 11101001 1010111 110010

Color Harmonies of #112CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112CED

Black with #112CED

Text Example


Text Example

White with #112CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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