Html Css Color HEX #040FE5 Medium Blue

📋 copy color: '#040FE5'

red 4 ◦ green 15 ◦ blue 229

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

Shades of Medium Blue #040FE5

Tints of Medium Blue #040FE5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.05%

 BLUE value IS 229 (89.84% from 255) = 92.34%

R = 1.61%
G = 6.05%
B = 92.34%

CMYK

 C value IS 0.98

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#040FE5 (or 0x040FE5) is known color: Medium Blue. HEX triplet: 04, 0F and E5. RGB value is (4,15,229). Sum of RGB (Red+Green+Blue) = 4+15+229=248 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 229 (89.84% from 255 or 92.34% from 248); Max value from RGB is 229 - color contains mainly: blue. Hex color #040FE5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040FE5 is #FBF01A. Grayscale: #232323. Windows color (decimal): -16511003 or 15011588. OLE color: 15011588.

HSL color Cylindrical-coordinate representation of color #040FE5: hue angle of 237.07º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040FE5 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 4 15 229 -
CMYK 0.98 0.93 0 0.10
HSL 237.07º 0.97% 0.46% -
HSV(B) 237.07º 0.98% 0.9% -
XYZ 14.36 6.02 74.53 -
YUV 36.11 236.86 105.1 -
System Red Green Blue C M Y K H S L
Decimal 4 15 229 0.98 0.93 0 0.10 237.07 0.97 0.46
Hex 4 F E5 62 5D 0 A ED 61 2E
Octal 4 17 345 142 135 0 12 355 141 56
Binary 100 1111 11100101 1100010 1011101 0 1010 11101101 1100001 101110

Color Harmonies of #040FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040FE5

Black with #040FE5

Text Example


Text Example

White with #040FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,15,229); }

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

background-color css

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

 a { background-color: rgb(4,15,229); }

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

border-color css

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

 span { border-color: rgb(4,15,229); }

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