Html Css Color HEX #041DFE Blue

📋 copy color: '#041DFE'

red 4 ◦ green 29 ◦ blue 254

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

Shades of Blue #041DFE

Tints of Blue #041DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.1%

 BLUE value IS 254 (99.61% from 255) = 88.5%

R = 1.39%
G = 10.1%
B = 88.5%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#041DFE (or 0x041DFE) is known color: Blue. HEX triplet: 04, 1D and FE. RGB value is (4,29,254). Sum of RGB (Red+Green+Blue) = 4+29+254=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 254 (99.61% from 255 or 88.50% from 287); Max value from RGB is 254 - color contains mainly: blue. Hex color #041DFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041DFE is #FBE201. Grayscale: #2E2E2E. Windows color (decimal): -16507394 or 16653572. OLE color: 16653572.

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

Color convert

RGB 4 29 254 -
CMYK 0.98 0.89 0 0.00
HSL 234º 0.99% 0.51% -
HSV(B) 234º 0.98% 1% -
XYZ 18.38 8.06 94.35 -
YUV 47.18 244.72 97.2 -
System Red Green Blue C M Y K H S L
Decimal 4 29 254 0.98 0.89 0 0.00 234 0.99 0.51
Hex 4 1D FE 62 59 0 0 EA 63 33
Octal 4 35 376 142 131 0 0 352 143 63
Binary 100 11101 11111110 1100010 1011001 0 0 11101010 1100011 110011

Color Harmonies of #041DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041DFE

Black with #041DFE

Text Example


Text Example

White with #041DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,29,254); }

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

background-color css

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

 a { background-color: rgb(4,29,254); }

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

border-color css

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

 span { border-color: rgb(4,29,254); }

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