Html Css Color HEX #041FFF Blue

📋 copy color: '#041FFF'

red 4 ◦ green 31 ◦ blue 255

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

Shades of Blue #041FFF

Tints of Blue #041FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 87.93%

R = 1.38%
G = 10.69%
B = 87.93%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#041FFF (or 0x041FFF) is known color: Blue. HEX triplet: 04, 1F and FF. RGB value is (4,31,255). Sum of RGB (Red+Green+Blue) = 4+31+255=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 255 (100% from 255 or 87.93% from 290); Max value from RGB is 255 - color contains mainly: blue. Hex color #041FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041FFF is #FBE000. Grayscale: #2F2F2F. Windows color (decimal): -16506881 or 16719620. OLE color: 16719620.

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

Color convert

RGB 4 31 255 -
CMYK 0.98 0.88 0 0
HSL 233.55º 1% 0.51% -
HSV(B) 233.55º 0.98% 1% -
XYZ 18.59 8.23 95.22 -
YUV 48.46 244.55 96.29 -
System Red Green Blue C M Y K H S L
Decimal 4 31 255 0.98 0.88 0 0 233.55 1 0.51
Hex 4 1F FF 62 58 0 0 EA 64 33
Octal 4 37 377 142 130 0 0 352 144 63
Binary 100 11111 11111111 1100010 1011000 0 0 11101010 1100100 110011

Color Harmonies of #041FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041FFF

Black with #041FFF

Text Example


Text Example

White with #041FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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