Html Css Color HEX #040DF6 Blue

📋 copy color: '#040DF6'

red 4 ◦ green 13 ◦ blue 246

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

Shades of Blue #040DF6

Tints of Blue #040DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 93.54%

R = 1.52%
G = 4.94%
B = 93.54%

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

#040DF6 (or 0x040DF6) is known color: Blue. HEX triplet: 04, 0D and F6. RGB value is (4,13,246). Sum of RGB (Red+Green+Blue) = 4+13+246=263 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 263); Green value is 13 (5.47% from 255 or 4.94% from 263); Blue value is 246 (96.48% from 255 or 93.54% from 263); Max value from RGB is 246 - color contains mainly: blue. Hex color #040DF6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040DF6 is #FBF209. Grayscale: #232323. Windows color (decimal): -16511498 or 16125188. OLE color: 16125188.

HSL color Cylindrical-coordinate representation of color #040DF6: hue angle of 237.77º 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 #040DF6 is Cyan = 0.98, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 4 13 246 -
CMYK 0.98 0.95 0 0.04
HSL 237.77º 0.97% 0.49% -
HSV(B) 237.77º 0.98% 0.96% -
XYZ 16.83 6.97 87.65 -
YUV 36.87 246.02 104.55 -
System Red Green Blue C M Y K H S L
Decimal 4 13 246 0.98 0.95 0 0.04 237.77 0.97 0.49
Hex 4 D F6 62 5F 0 4 EE 61 31
Octal 4 15 366 142 137 0 4 356 141 61
Binary 100 1101 11110110 1100010 1011111 0 100 11101110 1100001 110001

Color Harmonies of #040DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040DF6

Black with #040DF6

Text Example


Text Example

White with #040DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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