Html Css Color HEX #040AFA Blue

📋 copy color: '#040AFA'

red 4 ◦ green 10 ◦ blue 250

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

Shades of Blue #040AFA

Tints of Blue #040AFA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.79%

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

R = 1.52%
G = 3.79%
B = 94.7%

CMYK

 C value IS 0.98

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#040AFA (or 0x040AFA) is known color: Blue. HEX triplet: 04, 0A and FA. RGB value is (4,10,250). Sum of RGB (Red+Green+Blue) = 4+10+250=264 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 250 (98.05% from 255 or 94.70% from 264); Max value from RGB is 250 - color contains mainly: blue. Hex color #040AFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040AFA is #FBF505. Grayscale: #222222. Windows color (decimal): -16512262 or 16386564. OLE color: 16386564.

HSL color Cylindrical-coordinate representation of color #040AFA: hue angle of 238.54º 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 #040AFA is Cyan = 0.98, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 4 10 250 -
CMYK 0.98 0.96 0 0.02
HSL 238.54º 0.97% 0.5% -
HSV(B) 238.54º 0.98% 0.98% -
XYZ 17.41 7.15 90.9 -
YUV 35.57 249.01 105.49 -
System Red Green Blue C M Y K H S L
Decimal 4 10 250 0.98 0.96 0 0.02 238.54 0.97 0.5
Hex 4 A FA 62 60 0 2 EF 61 32
Octal 4 12 372 142 140 0 2 357 141 62
Binary 100 1010 11111010 1100010 1100000 0 10 11101111 1100001 110010

Color Harmonies of #040AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040AFA

Black with #040AFA

Text Example


Text Example

White with #040AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040AFA; }

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

 H1.HeaderClassName
 {
   color: #040AFA;
 }
 .AnyTagClassName
 {
   color: #040AFA;
 }
</style>

background-color css

<style>
 a { background-color: #040AFA; }

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

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

border-color css

<style>
 span { border-color: #040AFA; }

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

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