Html Css Color HEX #112DDC Persian Blue

📋 copy color: '#112DDC'

red 17 ◦ green 45 ◦ blue 220

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

Shades of Persian Blue #112DDC

Tints of Persian Blue #112DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 78.01%

R = 6.03%
G = 15.96%
B = 78.01%

CMYK

 C value IS 0.92

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#112DDC (or 0x112DDC) is known color: Persian Blue. HEX triplet: 11, 2D and DC. RGB value is (17,45,220). Sum of RGB (Red+Green+Blue) = 17+45+220=282 (37% of max value = 765). Red value is 17 (7.03% from 255 or 6.03% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 220 (86.33% from 255 or 78.01% from 282); Max value from RGB is 220 - color contains mainly: blue. Hex color #112DDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112DDC is #EED223. Grayscale: #373737. Windows color (decimal): -15651364 or 14429457. OLE color: 14429457.

HSL color Cylindrical-coordinate representation of color #112DDC: hue angle of 231.72º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #112DDC is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 17 45 220 -
CMYK 0.92 0.80 0 0.14
HSL 231.72º 0.86% 0.46% -
HSV(B) 231.72º 0.92% 0.86% -
XYZ 14.09 7.16 68.35 -
YUV 56.58 220.22 99.77 -
System Red Green Blue C M Y K H S L
Decimal 17 45 220 0.92 0.80 0 0.14 231.72 0.86 0.46
Hex 11 2D DC 5C 50 0 E E8 56 2E
Octal 21 55 334 134 120 0 16 350 126 56
Binary 10001 101101 11011100 1011100 1010000 0 1110 11101000 1010110 101110

Color Harmonies of #112DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112DDC

Black with #112DDC

Text Example


Text Example

White with #112DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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