Html Css Color HEX #114DF8 Navy Blue

📋 copy color: '#114DF8'

red 17 ◦ green 77 ◦ blue 248

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

Shades of Navy Blue #114DF8

Tints of Navy Blue #114DF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 72.51%

R = 4.97%
G = 22.51%
B = 72.51%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#114DF8 (or 0x114DF8) is known color: Navy Blue. HEX triplet: 11, 4D and F8. RGB value is (17,77,248). Sum of RGB (Red+Green+Blue) = 17+77+248=342 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.97% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 248 (97.27% from 255 or 72.51% from 342); Max value from RGB is 248 - color contains mainly: blue. Hex color #114DF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114DF8 is #EEB207. Grayscale: #4D4D4D. Windows color (decimal): -15643144 or 16272657. OLE color: 16272657.

HSL color Cylindrical-coordinate representation of color #114DF8: hue angle of 224.42º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114DF8 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 17 77 248 -
CMYK 0.93 0.69 0 0.03
HSL 224.42º 0.94% 0.52% -
HSV(B) 224.42º 0.93% 0.97% -
XYZ 19.83 12.2 90.12 -
YUV 78.55 223.62 84.1 -
System Red Green Blue C M Y K H S L
Decimal 17 77 248 0.93 0.69 0 0.03 224.42 0.94 0.52
Hex 11 4D F8 5D 45 0 3 E0 5E 34
Octal 21 115 370 135 105 0 3 340 136 64
Binary 10001 1001101 11111000 1011101 1000101 0 11 11100000 1011110 110100

Color Harmonies of #114DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114DF8

Black with #114DF8

Text Example


Text Example

White with #114DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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