Html Css Color HEX #112DEC Persian Blue

📋 copy color: '#112DEC'

red 17 ◦ green 45 ◦ blue 236

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

Shades of Persian Blue #112DEC

Tints of Persian Blue #112DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 79.19%

R = 5.7%
G = 15.1%
B = 79.19%

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

#112DEC (or 0x112DEC) is known color: Persian Blue. HEX triplet: 11, 2D and EC. RGB value is (17,45,236). Sum of RGB (Red+Green+Blue) = 17+45+236=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 236 (92.58% from 255 or 79.19% from 298); Max value from RGB is 236 - color contains mainly: blue. Hex color #112DEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112DEC is #EED213. Grayscale: #393939. Windows color (decimal): -15651348 or 15478033. OLE color: 15478033.

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

Color convert

RGB 17 45 236 -
CMYK 0.93 0.81 0 0.07
HSL 232.33º 0.87% 0.5% -
HSV(B) 232.33º 0.93% 0.93% -
XYZ 16.31 8.05 80.05 -
YUV 58.4 228.22 98.47 -
System Red Green Blue C M Y K H S L
Decimal 17 45 236 0.93 0.81 0 0.07 232.33 0.87 0.5
Hex 11 2D EC 5D 51 0 7 E8 57 32
Octal 21 55 354 135 121 0 7 350 127 62
Binary 10001 101101 11101100 1011101 1010001 0 111 11101000 1010111 110010

Color Harmonies of #112DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112DEC

Black with #112DEC

Text Example


Text Example

White with #112DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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