Html Css Color HEX #112EDE Persian Blue

📋 copy color: '#112EDE'

red 17 ◦ green 46 ◦ blue 222

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

Shades of Persian Blue #112EDE

Tints of Persian Blue #112EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 77.89%

R = 5.96%
G = 16.14%
B = 77.89%

CMYK

 C value IS 0.92

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#112EDE (or 0x112EDE) is known color: Persian Blue. HEX triplet: 11, 2E and DE. RGB value is (17,46,222). Sum of RGB (Red+Green+Blue) = 17+46+222=285 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.96% from 285); Green value is 46 (18.36% from 255 or 16.14% from 285); Blue value is 222 (87.11% from 255 or 77.89% from 285); Max value from RGB is 222 - color contains mainly: blue. Hex color #112EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #112EDE is #EED121. Grayscale: #383838. Windows color (decimal): -15651106 or 14560785. OLE color: 14560785.

HSL color Cylindrical-coordinate representation of color #112EDE: hue angle of 231.51º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #112EDE is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 46 222 -
CMYK 0.92 0.79 0 0.13
HSL 231.51º 0.86% 0.47% -
HSV(B) 231.51º 0.92% 0.87% -
XYZ 14.39 7.35 69.77 -
YUV 57.39 220.89 99.19 -
System Red Green Blue C M Y K H S L
Decimal 17 46 222 0.92 0.79 0 0.13 231.51 0.86 0.47
Hex 11 2E DE 5C 4F 0 D E8 56 2F
Octal 21 56 336 134 117 0 15 350 126 57
Binary 10001 101110 11011110 1011100 1001111 0 1101 11101000 1010110 101111

Color Harmonies of #112EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112EDE

Black with #112EDE

Text Example


Text Example

White with #112EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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