Html Css Color HEX #040DF5 Blue

📋 copy color: '#040DF5'

red 4 ◦ green 13 ◦ blue 245

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

Shades of Blue #040DF5

Tints of Blue #040DF5

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.96%

 BLUE value IS 245 (96.09% from 255) = 93.51%

R = 1.53%
G = 4.96%
B = 93.51%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#040DF5 (or 0x040DF5) is known color: Blue. HEX triplet: 04, 0D and F5. RGB value is (4,13,245). Sum of RGB (Red+Green+Blue) = 4+13+245=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 245 (96.09% from 255 or 93.51% from 262); Max value from RGB is 245 - color contains mainly: blue. Hex color #040DF5 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040DF5 is #FBF20A. Grayscale: #232323. Windows color (decimal): -16511499 or 16059652. OLE color: 16059652.

HSL color Cylindrical-coordinate representation of color #040DF5: hue angle of 237.76º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040DF5 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 4 13 245 -
CMYK 0.98 0.95 0 0.04
HSL 237.76º 0.97% 0.49% -
HSV(B) 237.76º 0.98% 0.96% -
XYZ 16.68 6.91 86.84 -
YUV 36.76 245.52 104.64 -
System Red Green Blue C M Y K H S L
Decimal 4 13 245 0.98 0.95 0 0.04 237.76 0.97 0.49
Hex 4 D F5 62 5F 0 4 EE 61 31
Octal 4 15 365 142 137 0 4 356 141 61
Binary 100 1101 11110101 1100010 1011111 0 100 11101110 1100001 110001

Color Harmonies of #040DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040DF5

Black with #040DF5

Text Example


Text Example

White with #040DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040DF5; }

 p { color: rgb(4,13,245); }

 H1.HeaderClassName
 {
   color: #040DF5;
 }
 .AnyTagClassName
 {
   color: #040DF5;
 }
</style>

background-color css

<style>
 a { background-color: #040DF5; }

 a { background-color: rgb(4,13,245); }

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

border-color css

<style>
 span { border-color: #040DF5; }

 span { border-color: rgb(4,13,245); }

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