Html Css Color HEX #114FFD Navy Blue

📋 copy color: '#114FFD'

red 17 ◦ green 79 ◦ blue 253

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

Shades of Navy Blue #114FFD

Tints of Navy Blue #114FFD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.64%

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

R = 4.87%
G = 22.64%
B = 72.49%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#114FFD (or 0x114FFD) is known color: Navy Blue. HEX triplet: 11, 4F and FD. RGB value is (17,79,253). Sum of RGB (Red+Green+Blue) = 17+79+253=349 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.87% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 253 (99.22% from 255 or 72.49% from 349); Max value from RGB is 253 - color contains mainly: blue. Hex color #114FFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114FFD is #EEB002. Grayscale: #4F4F4F. Windows color (decimal): -15642627 or 16600849. OLE color: 16600849.

HSL color Cylindrical-coordinate representation of color #114FFD: hue angle of 224.24º 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 #114FFD is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 17 79 253 -
CMYK 0.93 0.69 0 0.01
HSL 224.24º 0.98% 0.53% -
HSV(B) 224.24º 0.93% 0.99% -
XYZ 20.76 12.8 94.31 -
YUV 80.3 225.46 82.85 -
System Red Green Blue C M Y K H S L
Decimal 17 79 253 0.93 0.69 0 0.01 224.24 0.98 0.53
Hex 11 4F FD 5D 45 0 1 E0 62 35
Octal 21 117 375 135 105 0 1 340 142 65
Binary 10001 1001111 11111101 1011101 1000101 0 1 11100000 1100010 110101

Color Harmonies of #114FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114FFD

Black with #114FFD

Text Example


Text Example

White with #114FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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