Html Css Color HEX #114EDD Navy Blue

📋 copy color: '#114EDD'

red 17 ◦ green 78 ◦ blue 221

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

Shades of Navy Blue #114EDD

Tints of Navy Blue #114EDD

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.68%

 BLUE value IS 221 (86.72% from 255) = 69.94%

R = 5.38%
G = 24.68%
B = 69.94%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#114EDD (or 0x114EDD) is known color: Navy Blue. HEX triplet: 11, 4E and DD. RGB value is (17,78,221). Sum of RGB (Red+Green+Blue) = 17+78+221=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 221 (86.72% from 255 or 69.94% from 316); Max value from RGB is 221 - color contains mainly: blue. Hex color #114EDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114EDD is #EEB122. Grayscale: #4B4B4B. Windows color (decimal): -15642915 or 14503441. OLE color: 14503441.

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

Color convert

RGB 17 78 221 -
CMYK 0.92 0.65 0 0.13
HSL 222.06º 0.86% 0.47% -
HSV(B) 222.06º 0.92% 0.87% -
XYZ 16.01 10.79 69.65 -
YUV 76.06 209.79 85.87 -
System Red Green Blue C M Y K H S L
Decimal 17 78 221 0.92 0.65 0 0.13 222.06 0.86 0.47
Hex 11 4E DD 5C 41 0 D DE 56 2F
Octal 21 116 335 134 101 0 15 336 126 57
Binary 10001 1001110 11011101 1011100 1000001 0 1101 11011110 1010110 101111

Color Harmonies of #114EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114EDD

Black with #114EDD

Text Example


Text Example

White with #114EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,78,221); }

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

background-color css

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

 a { background-color: rgb(17,78,221); }

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

border-color css

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

 span { border-color: rgb(17,78,221); }

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