Html Css Color HEX #040FE7 Blue

📋 copy color: '#040FE7'

red 4 ◦ green 15 ◦ blue 231

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

Shades of Blue #040FE7

Tints of Blue #040FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 92.4%

R = 1.6%
G = 6%
B = 92.4%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#040FE7 (or 0x040FE7) is known color: Blue. HEX triplet: 04, 0F and E7. RGB value is (4,15,231). Sum of RGB (Red+Green+Blue) = 4+15+231=250 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.6% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 231 (90.62% from 255 or 92.4% from 250); Max value from RGB is 231 - color contains mainly: blue. Hex color #040FE7 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040FE7 is #FBF018. Grayscale: #232323. Windows color (decimal): -16511001 or 15142660. OLE color: 15142660.

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

Color convert

RGB 4 15 231 -
CMYK 0.98 0.94 0 0.09
HSL 237.09º 0.97% 0.46% -
HSV(B) 237.09º 0.98% 0.91% -
XYZ 14.64 6.14 76.01 -
YUV 36.34 237.86 104.94 -
System Red Green Blue C M Y K H S L
Decimal 4 15 231 0.98 0.94 0 0.09 237.09 0.97 0.46
Hex 4 F E7 62 5E 0 9 ED 61 2E
Octal 4 17 347 142 136 0 11 355 141 56
Binary 100 1111 11100111 1100010 1011110 0 1001 11101101 1100001 101110

Color Harmonies of #040FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040FE7

Black with #040FE7

Text Example


Text Example

White with #040FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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