Html Css Color HEX #114CFD Navy Blue

📋 copy color: '#114CFD'

red 17 ◦ green 76 ◦ blue 253

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

Shades of Navy Blue #114CFD

Tints of Navy Blue #114CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.97%

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

R = 4.91%
G = 21.97%
B = 73.12%

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

#114CFD (or 0x114CFD) is known color: Navy Blue. HEX triplet: 11, 4C and FD. RGB value is (17,76,253). Sum of RGB (Red+Green+Blue) = 17+76+253=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 253 (99.22% from 255 or 73.12% from 346); Max value from RGB is 253 - color contains mainly: blue. Hex color #114CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114CFD is #EEB302. Grayscale: #4D4D4D. Windows color (decimal): -15643395 or 16600081. OLE color: 16600081.

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

Color convert

RGB 17 76 253 -
CMYK 0.93 0.70 0 0.01
HSL 225º 0.98% 0.53% -
HSV(B) 225º 0.93% 0.99% -
XYZ 20.55 12.38 94.24 -
YUV 78.54 226.45 84.11 -
System Red Green Blue C M Y K H S L
Decimal 17 76 253 0.93 0.70 0 0.01 225 0.98 0.53
Hex 11 4C FD 5D 46 0 1 E1 62 35
Octal 21 114 375 135 106 0 1 341 142 65
Binary 10001 1001100 11111101 1011101 1000110 0 1 11100001 1100010 110101

Color Harmonies of #114CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114CFD

Black with #114CFD

Text Example


Text Example

White with #114CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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