Html Css Color HEX #112EEB Persian Blue

📋 copy color: '#112EEB'

red 17 ◦ green 46 ◦ blue 235

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

Shades of Persian Blue #112EEB

Tints of Persian Blue #112EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 78.86%

R = 5.7%
G = 15.44%
B = 78.86%

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

#112EEB (or 0x112EEB) is known color: Persian Blue. HEX triplet: 11, 2E and EB. RGB value is (17,46,235). Sum of RGB (Red+Green+Blue) = 17+46+235=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 46 (18.36% from 255 or 15.44% from 298); Blue value is 235 (92.19% from 255 or 78.86% from 298); Max value from RGB is 235 - color contains mainly: blue. Hex color #112EEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #112EEB is #EED114. Grayscale: #3A3A3A. Windows color (decimal): -15651093 or 15412753. OLE color: 15412753.

HSL color Cylindrical-coordinate representation of color #112EEB: hue angle of 232.02º degrees, saturation: 0.87, 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 #112EEB is Cyan = 0.93, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 17 46 235 -
CMYK 0.93 0.80 0 0.08
HSL 232.02º 0.87% 0.49% -
HSV(B) 232.02º 0.93% 0.92% -
XYZ 16.2 8.07 79.3 -
YUV 58.88 227.39 98.13 -
System Red Green Blue C M Y K H S L
Decimal 17 46 235 0.93 0.80 0 0.08 232.02 0.87 0.49
Hex 11 2E EB 5D 50 0 8 E8 57 31
Octal 21 56 353 135 120 0 10 350 127 61
Binary 10001 101110 11101011 1011101 1010000 0 1000 11101000 1010111 110001

Color Harmonies of #112EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112EEB

Black with #112EEB

Text Example


Text Example

White with #112EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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