Html Css Color HEX #041FFD Blue

📋 copy color: '#041FFD'

red 4 ◦ green 31 ◦ blue 253

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

Shades of Blue #041FFD

Tints of Blue #041FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 87.85%

R = 1.39%
G = 10.76%
B = 87.85%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#041FFD (or 0x041FFD) is known color: Blue. HEX triplet: 04, 1F and FD. RGB value is (4,31,253). Sum of RGB (Red+Green+Blue) = 4+31+253=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 253 (99.22% from 255 or 87.85% from 288); Max value from RGB is 253 - color contains mainly: blue. Hex color #041FFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041FFD is #FBE002. Grayscale: #2F2F2F. Windows color (decimal): -16506883 or 16588548. OLE color: 16588548.

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

Color convert

RGB 4 31 253 -
CMYK 0.98 0.88 0 0.01
HSL 233.49º 0.98% 0.5% -
HSV(B) 233.49º 0.98% 0.99% -
XYZ 18.27 8.1 93.53 -
YUV 48.24 243.55 96.45 -
System Red Green Blue C M Y K H S L
Decimal 4 31 253 0.98 0.88 0 0.01 233.49 0.98 0.5
Hex 4 1F FD 62 58 0 1 E9 62 32
Octal 4 37 375 142 130 0 1 351 142 62
Binary 100 11111 11111101 1100010 1011000 0 1 11101001 1100010 110010

Color Harmonies of #041FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041FFD

Black with #041FFD

Text Example


Text Example

White with #041FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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