Html Css Color HEX #041EF5 Blue

📋 copy color: '#041EF5'

red 4 ◦ green 30 ◦ blue 245

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

Shades of Blue #041EF5

Tints of Blue #041EF5

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.75%

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

R = 1.43%
G = 10.75%
B = 87.81%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#041EF5 (or 0x041EF5) is known color: Blue. HEX triplet: 04, 1E and F5. RGB value is (4,30,245). Sum of RGB (Red+Green+Blue) = 4+30+245=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 245 (96.09% from 255 or 87.81% from 279); Max value from RGB is 245 - color contains mainly: blue. Hex color #041EF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041EF5 is #FBE10A. Grayscale: #2D2D2D. Windows color (decimal): -16507147 or 16064004. OLE color: 16064004.

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

Color convert

RGB 4 30 245 -
CMYK 0.98 0.88 0 0.04
HSL 233.53º 0.97% 0.49% -
HSV(B) 233.53º 0.98% 0.96% -
XYZ 17 7.55 86.95 -
YUV 46.74 239.89 97.52 -
System Red Green Blue C M Y K H S L
Decimal 4 30 245 0.98 0.88 0 0.04 233.53 0.97 0.49
Hex 4 1E F5 62 58 0 4 EA 61 31
Octal 4 36 365 142 130 0 4 352 141 61
Binary 100 11110 11110101 1100010 1011000 0 100 11101010 1100001 110001

Color Harmonies of #041EF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041EF5

Black with #041EF5

Text Example


Text Example

White with #041EF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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