Html Css Color HEX #114DFD Navy Blue

📋 copy color: '#114DFD'

red 17 ◦ green 77 ◦ blue 253

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

Shades of Navy Blue #114DFD

Tints of Navy Blue #114DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 72.91%

R = 4.9%
G = 22.19%
B = 72.91%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#114DFD (or 0x114DFD) is known color: Navy Blue. HEX triplet: 11, 4D and FD. RGB value is (17,77,253). Sum of RGB (Red+Green+Blue) = 17+77+253=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 253 (99.22% from 255 or 72.91% from 347); Max value from RGB is 253 - color contains mainly: blue. Hex color #114DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114DFD is #EEB202. Grayscale: #4E4E4E. Windows color (decimal): -15643139 or 16600337. OLE color: 16600337.

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

Color convert

RGB 17 77 253 -
CMYK 0.93 0.70 0 0.01
HSL 224.75º 0.98% 0.53% -
HSV(B) 224.75º 0.93% 0.99% -
XYZ 20.61 12.52 94.26 -
YUV 79.12 226.12 83.69 -
System Red Green Blue C M Y K H S L
Decimal 17 77 253 0.93 0.70 0 0.01 224.75 0.98 0.53
Hex 11 4D FD 5D 46 0 1 E1 62 35
Octal 21 115 375 135 106 0 1 341 142 65
Binary 10001 1001101 11111101 1011101 1000110 0 1 11100001 1100010 110101

Color Harmonies of #114DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114DFD

Black with #114DFD

Text Example


Text Example

White with #114DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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