Html Css Color HEX #040CFF Blue

📋 copy color: '#040CFF'

red 4 ◦ green 12 ◦ blue 255

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

Shades of Blue #040CFF

Tints of Blue #040CFF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.43%

 BLUE value IS 255 (100% from 255) = 94.1%

R = 1.48%
G = 4.43%
B = 94.1%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#040CFF (or 0x040CFF) is known color: Blue. HEX triplet: 04, 0C and FF. RGB value is (4,12,255). Sum of RGB (Red+Green+Blue) = 4+12+255=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 255 (100% from 255 or 94.10% from 271); Max value from RGB is 255 - color contains mainly: blue. Hex color #040CFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040CFF is #FBF300. Grayscale: #242424. Windows color (decimal): -16511745 or 16714756. OLE color: 16714756.

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

Color convert

RGB 4 12 255 -
CMYK 0.98 0.95 0 0
HSL 238.09º 1% 0.51% -
HSV(B) 238.09º 0.98% 1% -
XYZ 18.23 7.51 95.1 -
YUV 37.31 250.85 104.24 -
System Red Green Blue C M Y K H S L
Decimal 4 12 255 0.98 0.95 0 0 238.09 1 0.51
Hex 4 C FF 62 5F 0 0 EE 64 33
Octal 4 14 377 142 137 0 0 356 144 63
Binary 100 1100 11111111 1100010 1011111 0 0 11101110 1100100 110011

Color Harmonies of #040CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040CFF

Black with #040CFF

Text Example


Text Example

White with #040CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,12,255); }

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

background-color css

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

 a { background-color: rgb(4,12,255); }

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

border-color css

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

 span { border-color: rgb(4,12,255); }

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