#114ACC

Color #114ACC Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #114ACC

Tints of Persian Blue #114ACC

Color information

#114ACC (or 0x114ACC) is unknown color: approx Persian Blue. HEX triplet: 11, 4A and CC. RGB value is (17,74,204). Sum of RGB (Red+Green+Blue) = 17+74+204=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #114ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114ACC is #EEB533. Grayscale: #474747. Windows color (decimal): -15643956 or 13388305. OLE color: 13388305.

HSL color Cylindrical-coordinate representation of color #114ACC: hue angle of 221.71º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114ACC is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1774204-
CMYK0.920.6400.2
HSL221.71º84.62%43.33%-
HSV(B)221.71º91.67%80%-
XYZ13.589.3858.22-
YUV71.78202.6288.93-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.76%
GREEN value IS 74 (29.30% from 255) = 25.08%
BLUE value IS 204 (80.08% from 255) = 69.15%
R=5.76%
G=25.08%
B=69.15%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal17742040.920.6400.2221.7184.6243.33
Hex114ACC5C40014de552b
Octal2111231413410002433612553
Binary1000110010101100110010111001000000010100110111101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114ACC; }

 p { color: rgb(17,74,204); }

 H1.HeaderClassName
 {
   color: #114ACC;
 }
 .AnyTagClassName
 {
   color: #114ACC;
 }
</style>
background-color css

<style>
 a { background-color: #114ACC; }

 a { background-color: rgb(17,74,204); }

 div.DivClassName
 {
   background-color: #114ACC;
 }
 .BgClassName
 {
   background-color: #114ACC;
 }
</style>
border-color css

<style>
 span { border-color: #114ACC; }

 span { border-color: rgb(17,74,204); }

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