Html Css Color HEX #114ACF Persian Blue

📋 copy color: '#114ACF'

red 17 ◦ green 74 ◦ blue 207

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

Shades of Persian Blue #114ACF

Tints of Persian Blue #114ACF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.83%

 BLUE value IS 207 (81.25% from 255) = 69.46%

R = 5.7%
G = 24.83%
B = 69.46%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#114ACF (or 0x114ACF) is known color: Persian Blue. HEX triplet: 11, 4A and CF. RGB value is (17,74,207). Sum of RGB (Red+Green+Blue) = 17+74+207=298 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.70% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 207 (81.25% from 255 or 69.46% from 298); Max value from RGB is 207 - color contains mainly: blue. Hex color #114ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114ACF is #EEB530. Grayscale: #474747. Windows color (decimal): -15643953 or 13584913. OLE color: 13584913.

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

Color convert

RGB 17 74 207 -
CMYK 0.92 0.64 0 0.19
HSL 222º 0.85% 0.44% -
HSV(B) 222º 0.92% 0.81% -
XYZ 13.94 9.52 60.13 -
YUV 72.12 204.12 88.69 -
System Red Green Blue C M Y K H S L
Decimal 17 74 207 0.92 0.64 0 0.19 222 0.85 0.44
Hex 11 4A CF 5C 40 0 13 DE 55 2C
Octal 21 112 317 134 100 0 23 336 125 54
Binary 10001 1001010 11001111 1011100 1000000 0 10011 11011110 1010101 101100

Color Harmonies of #114ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114ACF

Black with #114ACF

Text Example


Text Example

White with #114ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #114ACF;
 }
 .AnyTagClassName
 {
   color: #114ACF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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