Html Css Color HEX #005DFD Navy Blue

📋 copy color: '#005DFD'

red 0 ◦ green 93 ◦ blue 253

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

Shades of Navy Blue #005DFD

Tints of Navy Blue #005DFD

RGB

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

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

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

R = 0%
G = 26.88%
B = 73.12%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#005DFD (or 0x005DFD) is known color: Navy Blue. HEX triplet: 00, 5D and FD. RGB value is (0,93,253). Sum of RGB (Red+Green+Blue) = 0+93+253=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 93 (36.72% from 255 or 26.88% 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 #005DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005DFD is #FFA202. Grayscale: #525252. Windows color (decimal): -16753155 or 16604416. OLE color: 16604416.

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

Color convert

RGB 0 93 253 -
CMYK 1 0.63 0 0.01
HSL 217.94º 1% 0.5% -
HSV(B) 217.94º 1% 0.99% -
XYZ 21.64 14.92 94.67 -
YUV 83.43 223.69 68.49 -
System Red Green Blue C M Y K H S L
Decimal 0 93 253 1 0.63 0 0.01 217.94 1 0.5
Hex 0 5D FD 64 3F 0 1 DA 64 32
Octal 0 135 375 144 77 0 1 332 144 62
Binary 0 1011101 11111101 1100100 111111 0 1 11011010 1100100 110010

Color Harmonies of #005DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005DFD

Black with #005DFD

Text Example


Text Example

White with #005DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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