Html Css Color HEX #041DF9 Blue

📋 copy color: '#041DF9'

red 4 ◦ green 29 ◦ blue 249

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

Shades of Blue #041DF9

Tints of Blue #041DF9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.28%

 BLUE value IS 249 (97.66% from 255) = 88.3%

R = 1.42%
G = 10.28%
B = 88.3%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#041DF9 (or 0x041DF9) is known color: Blue. HEX triplet: 04, 1D and F9. RGB value is (4,29,249). Sum of RGB (Red+Green+Blue) = 4+29+249=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 249 (97.66% from 255 or 88.30% from 282); Max value from RGB is 249 - color contains mainly: blue. Hex color #041DF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041DF9 is #FBE206. Grayscale: #2D2D2D. Windows color (decimal): -16507399 or 16325892. OLE color: 16325892.

HSL color Cylindrical-coordinate representation of color #041DF9: hue angle of 233.88º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041DF9 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 4 29 249 -
CMYK 0.98 0.88 0 0.02
HSL 233.88º 0.97% 0.5% -
HSV(B) 233.88º 0.98% 0.98% -
XYZ 17.59 7.74 90.19 -
YUV 46.61 242.22 97.61 -
System Red Green Blue C M Y K H S L
Decimal 4 29 249 0.98 0.88 0 0.02 233.88 0.97 0.5
Hex 4 1D F9 62 58 0 2 EA 61 32
Octal 4 35 371 142 130 0 2 352 141 62
Binary 100 11101 11111001 1100010 1011000 0 10 11101010 1100001 110010

Color Harmonies of #041DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041DF9

Black with #041DF9

Text Example


Text Example

White with #041DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041DF9; }

 p { color: rgb(4,29,249); }

 H1.HeaderClassName
 {
   color: #041DF9;
 }
 .AnyTagClassName
 {
   color: #041DF9;
 }
</style>

background-color css

<style>
 a { background-color: #041DF9; }

 a { background-color: rgb(4,29,249); }

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

border-color css

<style>
 span { border-color: #041DF9; }

 span { border-color: rgb(4,29,249); }

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