Html Css Color HEX #114DED Navy Blue

📋 copy color: '#114DED'

red 17 ◦ green 77 ◦ blue 237

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

Shades of Navy Blue #114DED

Tints of Navy Blue #114DED

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.26%

 BLUE value IS 237 (92.97% from 255) = 71.6%

R = 5.14%
G = 23.26%
B = 71.6%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#114DED (or 0x114DED) is known color: Navy Blue. HEX triplet: 11, 4D and ED. RGB value is (17,77,237). Sum of RGB (Red+Green+Blue) = 17+77+237=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 237 (92.97% from 255 or 71.60% from 331); Max value from RGB is 237 - color contains mainly: blue. Hex color #114DED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114DED is #EEB212. Grayscale: #4C4C4C. Windows color (decimal): -15643155 or 15551761. OLE color: 15551761.

HSL color Cylindrical-coordinate representation of color #114DED: hue angle of 223.64º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114DED is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 77 237 -
CMYK 0.93 0.68 0 0.07
HSL 223.64º 0.87% 0.5% -
HSV(B) 223.64º 0.93% 0.93% -
XYZ 18.17 11.54 81.39 -
YUV 77.3 218.12 84.99 -
System Red Green Blue C M Y K H S L
Decimal 17 77 237 0.93 0.68 0 0.07 223.64 0.87 0.5
Hex 11 4D ED 5D 44 0 7 E0 57 32
Octal 21 115 355 135 104 0 7 340 127 62
Binary 10001 1001101 11101101 1011101 1000100 0 111 11100000 1010111 110010

Color Harmonies of #114DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114DED

Black with #114DED

Text Example


Text Example

White with #114DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,77,237); }

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

background-color css

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

 a { background-color: rgb(17,77,237); }

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

border-color css

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

 span { border-color: rgb(17,77,237); }

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