Html Css Color HEX #005DFE Navy Blue

📋 copy color: '#005DFE'

red 0 ◦ green 93 ◦ blue 254

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

Shades of Navy Blue #005DFE

Tints of Navy Blue #005DFE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 93 (36.72% from 255) = 26.8%

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

R = 0%
G = 26.8%
B = 73.2%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#005DFE (or 0x005DFE) is known color: Navy Blue. HEX triplet: 00, 5D and FE. RGB value is (0,93,254). Sum of RGB (Red+Green+Blue) = 0+93+254=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 93 (36.72% from 255 or 26.80% 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 #005DFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005DFE is #FFA201. Grayscale: #525252. Windows color (decimal): -16753154 or 16669952. OLE color: 16669952.

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

Color convert

RGB 0 93 254 -
CMYK 1 0.63 0 0.00
HSL 218.03º 1% 0.5% -
HSV(B) 218.03º 1% 1% -
XYZ 21.8 14.98 95.51 -
YUV 83.55 224.19 68.41 -
System Red Green Blue C M Y K H S L
Decimal 0 93 254 1 0.63 0 0.00 218.03 1 0.5
Hex 0 5D FE 64 3F 0 0 DA 64 32
Octal 0 135 376 144 77 0 0 332 144 62
Binary 0 1011101 11111110 1100100 111111 0 0 11011010 1100100 110010

Color Harmonies of #005DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005DFE

Black with #005DFE

Text Example


Text Example

White with #005DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,93,254); }

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

background-color css

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

 a { background-color: rgb(0,93,254); }

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

border-color css

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

 span { border-color: rgb(0,93,254); }

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