Html Css Color HEX #114CDD Navy Blue

📋 copy color: '#114CDD'

red 17 ◦ green 76 ◦ blue 221

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

Shades of Navy Blue #114CDD

Tints of Navy Blue #114CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.2%

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

R = 5.41%
G = 24.2%
B = 70.38%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#114CDD (or 0x114CDD) is known color: Navy Blue. HEX triplet: 11, 4C and DD. RGB value is (17,76,221). Sum of RGB (Red+Green+Blue) = 17+76+221=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 221 (86.72% from 255 or 70.38% from 314); Max value from RGB is 221 - color contains mainly: blue. Hex color #114CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114CDD is #EEB322. Grayscale: #4A4A4A. Windows color (decimal): -15643427 or 14502929. OLE color: 14502929.

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

Color convert

RGB 17 76 221 -
CMYK 0.92 0.66 0 0.13
HSL 222.65º 0.86% 0.47% -
HSV(B) 222.65º 0.92% 0.87% -
XYZ 15.87 10.51 69.6 -
YUV 74.89 210.45 86.71 -
System Red Green Blue C M Y K H S L
Decimal 17 76 221 0.92 0.66 0 0.13 222.65 0.86 0.47
Hex 11 4C DD 5C 42 0 D DF 56 2F
Octal 21 114 335 134 102 0 15 337 126 57
Binary 10001 1001100 11011101 1011100 1000010 0 1101 11011111 1010110 101111

Color Harmonies of #114CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114CDD

Black with #114CDD

Text Example


Text Example

White with #114CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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