Html Css Color HEX #005DFA Navy Blue

📋 copy color: '#005DFA'

red 0 ◦ green 93 ◦ blue 250

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

Shades of Navy Blue #005DFA

Tints of Navy Blue #005DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 72.89%

R = 0%
G = 27.11%
B = 72.89%

CMYK

 C value IS 1

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#005DFA (or 0x005DFA) is known color: Navy Blue. HEX triplet: 00, 5D and FA. RGB value is (0,93,250). Sum of RGB (Red+Green+Blue) = 0+93+250=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 250 (98.05% from 255 or 72.89% from 343); Max value from RGB is 250 - color contains mainly: blue. Hex color #005DFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #005DFA is #FFA205. Grayscale: #525252. Windows color (decimal): -16753158 or 16407808. OLE color: 16407808.

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

Color convert

RGB 0 93 250 -
CMYK 1 0.63 0 0.02
HSL 217.68º 1% 0.49% -
HSV(B) 217.68º 1% 0.98% -
XYZ 21.17 14.73 92.17 -
YUV 83.09 222.19 68.73 -
System Red Green Blue C M Y K H S L
Decimal 0 93 250 1 0.63 0 0.02 217.68 1 0.49
Hex 0 5D FA 64 3F 0 2 DA 64 31
Octal 0 135 372 144 77 0 2 332 144 61
Binary 0 1011101 11111010 1100100 111111 0 10 11011010 1100100 110001

Color Harmonies of #005DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005DFA

Black with #005DFA

Text Example


Text Example

White with #005DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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