Html Css Color HEX #114ADF Persian Blue

📋 copy color: '#114ADF'

red 17 ◦ green 74 ◦ blue 223

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

Shades of Persian Blue #114ADF

Tints of Persian Blue #114ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 71.02%

R = 5.41%
G = 23.57%
B = 71.02%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#114ADF (or 0x114ADF) is known color: Persian Blue. HEX triplet: 11, 4A and DF. RGB value is (17,74,223). Sum of RGB (Red+Green+Blue) = 17+74+223=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #114ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114ADF is #EEB520. Grayscale: #494949. Windows color (decimal): -15643937 or 14633489. OLE color: 14633489.

HSL color Cylindrical-coordinate representation of color #114ADF: hue angle of 223.4º 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 #114ADF is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 74 223 -
CMYK 0.92 0.67 0 0.13
HSL 223.4º 0.86% 0.47% -
HSV(B) 223.4º 0.92% 0.87% -
XYZ 16 10.34 70.97 -
YUV 73.94 212.12 87.38 -
System Red Green Blue C M Y K H S L
Decimal 17 74 223 0.92 0.67 0 0.13 223.4 0.86 0.47
Hex 11 4A DF 5C 43 0 D DF 56 2F
Octal 21 112 337 134 103 0 15 337 126 57
Binary 10001 1001010 11011111 1011100 1000011 0 1101 11011111 1010110 101111

Color Harmonies of #114ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114ADF

Black with #114ADF

Text Example


Text Example

White with #114ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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