Html Css Color HEX #112ED0 Persian Blue

📋 copy color: '#112ED0'

red 17 ◦ green 46 ◦ blue 208

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

Shades of Persian Blue #112ED0

Tints of Persian Blue #112ED0

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.97%

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

R = 6.27%
G = 16.97%
B = 76.75%

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

#112ED0 (or 0x112ED0) is known color: Persian Blue. HEX triplet: 11, 2E and D0. RGB value is (17,46,208). Sum of RGB (Red+Green+Blue) = 17+46+208=271 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.27% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 208 (81.64% from 255 or 76.75% from 271); Max value from RGB is 208 - color contains mainly: blue. Hex color #112ED0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112ED0 is #EED12F. Grayscale: #373737. Windows color (decimal): -15651120 or 13643281. OLE color: 13643281.

HSL color Cylindrical-coordinate representation of color #112ED0: hue angle of 230.89º 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 #112ED0 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 17 46 208 -
CMYK 0.92 0.78 0 0.18
HSL 230.89º 0.85% 0.44% -
HSV(B) 230.89º 0.92% 0.82% -
XYZ 12.59 6.63 60.29 -
YUV 55.8 213.89 100.33 -
System Red Green Blue C M Y K H S L
Decimal 17 46 208 0.92 0.78 0 0.18 230.89 0.85 0.44
Hex 11 2E D0 5C 4E 0 12 E7 55 2C
Octal 21 56 320 134 116 0 22 347 125 54
Binary 10001 101110 11010000 1011100 1001110 0 10010 11100111 1010101 101100

Color Harmonies of #112ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112ED0

Black with #112ED0

Text Example


Text Example

White with #112ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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