Html Css Color HEX #112DD0 Persian Blue

📋 copy color: '#112DD0'

red 17 ◦ green 45 ◦ blue 208

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

Shades of Persian Blue #112DD0

Tints of Persian Blue #112DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 77.04%

R = 6.3%
G = 16.67%
B = 77.04%

CMYK

 C value IS 0.92

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#112DD0 (or 0x112DD0) is known color: Persian Blue. HEX triplet: 11, 2D and D0. RGB value is (17,45,208). Sum of RGB (Red+Green+Blue) = 17+45+208=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 208 (81.64% from 255 or 77.04% from 270); Max value from RGB is 208 - color contains mainly: blue. Hex color #112DD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112DD0 is #EED22F. Grayscale: #363636. Windows color (decimal): -15651376 or 13643025. OLE color: 13643025.

HSL color Cylindrical-coordinate representation of color #112DD0: hue angle of 231.2º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #112DD0 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 17 45 208 -
CMYK 0.92 0.78 0 0.18
HSL 231.2º 0.85% 0.44% -
HSV(B) 231.2º 0.92% 0.82% -
XYZ 12.55 6.55 60.28 -
YUV 55.21 214.22 100.75 -
System Red Green Blue C M Y K H S L
Decimal 17 45 208 0.92 0.78 0 0.18 231.2 0.85 0.44
Hex 11 2D D0 5C 4E 0 12 E7 55 2C
Octal 21 55 320 134 116 0 22 347 125 54
Binary 10001 101101 11010000 1011100 1001110 0 10010 11100111 1010101 101100

Color Harmonies of #112DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112DD0

Black with #112DD0

Text Example


Text Example

White with #112DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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