Html Css Color HEX #112EEA Persian Blue

📋 copy color: '#112EEA'

red 17 ◦ green 46 ◦ blue 234

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

Shades of Persian Blue #112EEA

Tints of Persian Blue #112EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 78.79%

R = 5.72%
G = 15.49%
B = 78.79%

CMYK

 C value IS 0.93

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#112EEA (or 0x112EEA) is known color: Persian Blue. HEX triplet: 11, 2E and EA. RGB value is (17,46,234). Sum of RGB (Red+Green+Blue) = 17+46+234=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 234 (91.80% from 255 or 78.79% from 297); Max value from RGB is 234 - color contains mainly: blue. Hex color #112EEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112EEA is #EED115. Grayscale: #393939. Windows color (decimal): -15651094 or 15347217. OLE color: 15347217.

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

Color convert

RGB 17 46 234 -
CMYK 0.93 0.80 0 0.08
HSL 231.98º 0.86% 0.49% -
HSV(B) 231.98º 0.93% 0.92% -
XYZ 16.06 8.01 78.54 -
YUV 58.76 226.89 98.21 -
System Red Green Blue C M Y K H S L
Decimal 17 46 234 0.93 0.80 0 0.08 231.98 0.86 0.49
Hex 11 2E EA 5D 50 0 8 E8 56 31
Octal 21 56 352 135 120 0 10 350 126 61
Binary 10001 101110 11101010 1011101 1010000 0 1000 11101000 1010110 110001

Color Harmonies of #112EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112EEA

Black with #112EEA

Text Example


Text Example

White with #112EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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