Html Css Color HEX #045DF0 Navy Blue

📋 copy color: '#045DF0'

red 4 ◦ green 93 ◦ blue 240

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

Shades of Navy Blue #045DF0

Tints of Navy Blue #045DF0

RGB

 RED value IS 4 (1.95% from 255) = 1.19%

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

 BLUE value IS 240 (94.14% from 255) = 71.22%

R = 1.19%
G = 27.6%
B = 71.22%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#045DF0 (or 0x045DF0) is known color: Navy Blue. HEX triplet: 04, 5D and F0. RGB value is (4,93,240). Sum of RGB (Red+Green+Blue) = 4+93+240=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 240 (94.14% from 255 or 71.22% from 337); Max value from RGB is 240 - color contains mainly: blue. Hex color #045DF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #045DF0 is #FBA20F. Grayscale: #525252. Windows color (decimal): -16491024 or 15752452. OLE color: 15752452.

HSL color Cylindrical-coordinate representation of color #045DF0: hue angle of 217.37º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045DF0 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 4 93 240 -
CMYK 0.98 0.61 0 0.06
HSL 217.37º 0.97% 0.48% -
HSV(B) 217.37º 0.98% 0.94% -
XYZ 19.69 14.15 84.13 -
YUV 83.15 216.51 71.55 -
System Red Green Blue C M Y K H S L
Decimal 4 93 240 0.98 0.61 0 0.06 217.37 0.97 0.48
Hex 4 5D F0 62 3D 0 6 D9 61 30
Octal 4 135 360 142 75 0 6 331 141 60
Binary 100 1011101 11110000 1100010 111101 0 110 11011001 1100001 110000

Color Harmonies of #045DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045DF0

Black with #045DF0

Text Example


Text Example

White with #045DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045DF0; }

 p { color: rgb(4,93,240); }

 H1.HeaderClassName
 {
   color: #045DF0;
 }
 .AnyTagClassName
 {
   color: #045DF0;
 }
</style>

background-color css

<style>
 a { background-color: #045DF0; }

 a { background-color: rgb(4,93,240); }

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

border-color css

<style>
 span { border-color: #045DF0; }

 span { border-color: rgb(4,93,240); }

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