Html Css Color HEX #041FF0 Blue

📋 copy color: '#041FF0'

red 4 ◦ green 31 ◦ blue 240

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

Shades of Blue #041FF0

Tints of Blue #041FF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 87.27%

R = 1.45%
G = 11.27%
B = 87.27%

CMYK

 C value IS 0.98

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#041FF0 (or 0x041FF0) is known color: Blue. HEX triplet: 04, 1F and F0. RGB value is (4,31,240). Sum of RGB (Red+Green+Blue) = 4+31+240=275 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 240 (94.14% from 255 or 87.27% from 275); Max value from RGB is 240 - color contains mainly: blue. Hex color #041FF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041FF0 is #FBE00F. Grayscale: #2D2D2D. Windows color (decimal): -16506896 or 15736580. OLE color: 15736580.

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

Color convert

RGB 4 31 240 -
CMYK 0.98 0.87 0 0.06
HSL 233.14º 0.97% 0.48% -
HSV(B) 233.14º 0.98% 0.94% -
XYZ 16.27 7.3 82.99 -
YUV 46.75 237.05 97.51 -
System Red Green Blue C M Y K H S L
Decimal 4 31 240 0.98 0.87 0 0.06 233.14 0.97 0.48
Hex 4 1F F0 62 57 0 6 E9 61 30
Octal 4 37 360 142 127 0 6 351 141 60
Binary 100 11111 11110000 1100010 1010111 0 110 11101001 1100001 110000

Color Harmonies of #041FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041FF0

Black with #041FF0

Text Example


Text Example

White with #041FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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