Html Css Color HEX #114DFE Navy Blue

📋 copy color: '#114DFE'

red 17 ◦ green 77 ◦ blue 254

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

Shades of Navy Blue #114DFE

Tints of Navy Blue #114DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 72.99%

R = 4.89%
G = 22.13%
B = 72.99%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#114DFE (or 0x114DFE) is known color: Navy Blue. HEX triplet: 11, 4D and FE. RGB value is (17,77,254). Sum of RGB (Red+Green+Blue) = 17+77+254=348 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.89% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 254 (99.61% from 255 or 72.99% from 348); Max value from RGB is 254 - color contains mainly: blue. Hex color #114DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114DFE is #EEB201. Grayscale: #4E4E4E. Windows color (decimal): -15643138 or 16665873. OLE color: 16665873.

HSL color Cylindrical-coordinate representation of color #114DFE: hue angle of 224.81º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114DFE is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 17 77 254 -
CMYK 0.93 0.70 0 0.00
HSL 224.81º 0.99% 0.53% -
HSV(B) 224.81º 0.93% 1% -
XYZ 20.77 12.58 95.1 -
YUV 79.24 226.62 83.61 -
System Red Green Blue C M Y K H S L
Decimal 17 77 254 0.93 0.70 0 0.00 224.81 0.99 0.53
Hex 11 4D FE 5D 46 0 0 E1 63 35
Octal 21 115 376 135 106 0 0 341 143 65
Binary 10001 1001101 11111110 1011101 1000110 0 0 11100001 1100011 110101

Color Harmonies of #114DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114DFE

Black with #114DFE

Text Example


Text Example

White with #114DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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