Html Css Color HEX #114FF2 Navy Blue

📋 copy color: '#114FF2'

red 17 ◦ green 79 ◦ blue 242

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

Shades of Navy Blue #114FF2

Tints of Navy Blue #114FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 71.6%

R = 5.03%
G = 23.37%
B = 71.6%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#114FF2 (or 0x114FF2) is known color: Navy Blue. HEX triplet: 11, 4F and F2. RGB value is (17,79,242). Sum of RGB (Red+Green+Blue) = 17+79+242=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 242 (94.92% from 255 or 71.60% from 338); Max value from RGB is 242 - color contains mainly: blue. Hex color #114FF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114FF2 is #EEB00D. Grayscale: #4E4E4E. Windows color (decimal): -15642638 or 15879953. OLE color: 15879953.

HSL color Cylindrical-coordinate representation of color #114FF2: hue angle of 223.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114FF2 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 17 79 242 -
CMYK 0.93 0.67 0 0.05
HSL 223.47º 0.9% 0.51% -
HSV(B) 223.47º 0.93% 0.95% -
XYZ 19.05 12.12 85.34 -
YUV 79.04 219.96 83.75 -
System Red Green Blue C M Y K H S L
Decimal 17 79 242 0.93 0.67 0 0.05 223.47 0.9 0.51
Hex 11 4F F2 5D 43 0 5 DF 5A 33
Octal 21 117 362 135 103 0 5 337 132 63
Binary 10001 1001111 11110010 1011101 1000011 0 101 11011111 1011010 110011

Color Harmonies of #114FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114FF2

Black with #114FF2

Text Example


Text Example

White with #114FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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