Html Css Color HEX #104DFE Navy Blue

📋 copy color: '#104DFE'

red 16 ◦ green 77 ◦ blue 254

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

Shades of Navy Blue #104DFE

Tints of Navy Blue #104DFE

RGB

 RED value IS 16 (6.64% from 255) = 4.61%

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

 BLUE value IS 254 (99.61% from 255) = 73.2%

R = 4.61%
G = 22.19%
B = 73.2%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#104DFE (or 0x104DFE) is known color: Navy Blue. HEX triplet: 10, 4D and FE. RGB value is (16,77,254). Sum of RGB (Red+Green+Blue) = 16+77+254=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 254 (99.61% from 255 or 73.20% from 347); Max value from RGB is 254 - color contains mainly: blue. Hex color #104DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #104DFE is #EFB201. Grayscale: #4E4E4E. Windows color (decimal): -15708674 or 16665872. OLE color: 16665872.

HSL color Cylindrical-coordinate representation of color #104DFE: hue angle of 224.62º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #104DFE is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 16 77 254 -
CMYK 0.94 0.70 0 0.00
HSL 224.62º 0.99% 0.53% -
HSV(B) 224.62º 0.94% 1% -
XYZ 20.76 12.57 95.1 -
YUV 78.94 226.79 83.11 -
System Red Green Blue C M Y K H S L
Decimal 16 77 254 0.94 0.70 0 0.00 224.62 0.99 0.53
Hex 10 4D FE 5E 46 0 0 E1 63 35
Octal 20 115 376 136 106 0 0 341 143 65
Binary 10000 1001101 11111110 1011110 1000110 0 0 11100001 1100011 110101

Color Harmonies of #104DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104DFE

Black with #104DFE

Text Example


Text Example

White with #104DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104DFE; }

 p { color: rgb(16,77,254); }

 H1.HeaderClassName
 {
   color: #104DFE;
 }
 .AnyTagClassName
 {
   color: #104DFE;
 }
</style>

background-color css

<style>
 a { background-color: #104DFE; }

 a { background-color: rgb(16,77,254); }

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

border-color css

<style>
 span { border-color: #104DFE; }

 span { border-color: rgb(16,77,254); }

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