Html Css Color HEX #041DFA Blue

📋 copy color: '#041DFA'

red 4 ◦ green 29 ◦ blue 250

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

Shades of Blue #041DFA

Tints of Blue #041DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 88.34%

R = 1.41%
G = 10.25%
B = 88.34%

CMYK

 C value IS 0.98

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#041DFA (or 0x041DFA) is known color: Blue. HEX triplet: 04, 1D and FA. RGB value is (4,29,250). Sum of RGB (Red+Green+Blue) = 4+29+250=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 250 (98.05% from 255 or 88.34% from 283); Max value from RGB is 250 - color contains mainly: blue. Hex color #041DFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041DFA is #FBE205. Grayscale: #2D2D2D. Windows color (decimal): -16507398 or 16391428. OLE color: 16391428.

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

Color convert

RGB 4 29 250 -
CMYK 0.98 0.88 0 0.02
HSL 233.9º 0.97% 0.5% -
HSV(B) 233.9º 0.98% 0.98% -
XYZ 17.74 7.81 91.01 -
YUV 46.72 242.72 97.53 -
System Red Green Blue C M Y K H S L
Decimal 4 29 250 0.98 0.88 0 0.02 233.9 0.97 0.5
Hex 4 1D FA 62 58 0 2 EA 61 32
Octal 4 35 372 142 130 0 2 352 141 62
Binary 100 11101 11111010 1100010 1011000 0 10 11101010 1100001 110010

Color Harmonies of #041DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041DFA

Black with #041DFA

Text Example


Text Example

White with #041DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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