Html Css Color HEX #014DFD Navy Blue

📋 copy color: '#014DFD'

red 1 ◦ green 77 ◦ blue 253

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

Shades of Navy Blue #014DFD

Tints of Navy Blue #014DFD

RGB

 RED value IS 1 (0.78% from 255) = 0.3%

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

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

R = 0.3%
G = 23.26%
B = 76.44%

CMYK

 C value IS 1.00

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#014DFD (or 0x014DFD) is known color: Navy Blue. HEX triplet: 01, 4D and FD. RGB value is (1,77,253). Sum of RGB (Red+Green+Blue) = 1+77+253=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 253 (99.22% from 255 or 76.44% from 331); Max value from RGB is 253 - color contains mainly: blue. Hex color #014DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #014DFD is #FEB202. Grayscale: #494949. Windows color (decimal): -16691715 or 16600321. OLE color: 16600321.

HSL color Cylindrical-coordinate representation of color #014DFD: hue angle of 221.9º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014DFD is Cyan = 1.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 77 253 -
CMYK 1.00 0.70 0 0.01
HSL 221.9º 0.99% 0.5% -
HSV(B) 221.9º 1% 0.99% -
XYZ 20.4 12.41 94.25 -
YUV 74.34 228.82 75.69 -
System Red Green Blue C M Y K H S L
Decimal 1 77 253 1.00 0.70 0 0.01 221.9 0.99 0.5
Hex 1 4D FD 64 46 0 1 DE 63 32
Octal 1 115 375 144 106 0 1 336 143 62
Binary 1 1001101 11111101 1100100 1000110 0 1 11011110 1100011 110010

Color Harmonies of #014DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014DFD

Black with #014DFD

Text Example


Text Example

White with #014DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014DFD; }

 p { color: rgb(1,77,253); }

 H1.HeaderClassName
 {
   color: #014DFD;
 }
 .AnyTagClassName
 {
   color: #014DFD;
 }
</style>

background-color css

<style>
 a { background-color: #014DFD; }

 a { background-color: rgb(1,77,253); }

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

border-color css

<style>
 span { border-color: #014DFD; }

 span { border-color: rgb(1,77,253); }

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