Html Css Color HEX #041FEC Blue

📋 copy color: '#041FEC'

red 4 ◦ green 31 ◦ blue 236

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

Shades of Blue #041FEC

Tints of Blue #041FEC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.44%

 BLUE value IS 236 (92.58% from 255) = 87.08%

R = 1.48%
G = 11.44%
B = 87.08%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#041FEC (or 0x041FEC) is known color: Blue. HEX triplet: 04, 1F and EC. RGB value is (4,31,236). Sum of RGB (Red+Green+Blue) = 4+31+236=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 236 (92.58% from 255 or 87.08% from 271); Max value from RGB is 236 - color contains mainly: blue. Hex color #041FEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041FEC is #FBE013. Grayscale: #2D2D2D. Windows color (decimal): -16506900 or 15474436. OLE color: 15474436.

HSL color Cylindrical-coordinate representation of color #041FEC: hue angle of 233.02º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041FEC is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 4 31 236 -
CMYK 0.98 0.87 0 0.07
HSL 233.02º 0.97% 0.47% -
HSV(B) 233.02º 0.98% 0.93% -
XYZ 15.68 7.06 79.89 -
YUV 46.3 235.05 97.83 -
System Red Green Blue C M Y K H S L
Decimal 4 31 236 0.98 0.87 0 0.07 233.02 0.97 0.47
Hex 4 1F EC 62 57 0 7 E9 61 2F
Octal 4 37 354 142 127 0 7 351 141 57
Binary 100 11111 11101100 1100010 1010111 0 111 11101001 1100001 101111

Color Harmonies of #041FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041FEC

Black with #041FEC

Text Example


Text Example

White with #041FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,31,236); }

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

background-color css

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

 a { background-color: rgb(4,31,236); }

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

border-color css

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

 span { border-color: rgb(4,31,236); }

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