Html Css Color HEX #040CF6 Blue

📋 copy color: '#040CF6'

red 4 ◦ green 12 ◦ blue 246

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

Shades of Blue #040CF6

Tints of Blue #040CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 93.89%

R = 1.53%
G = 4.58%
B = 93.89%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#040CF6 (or 0x040CF6) is known color: Blue. HEX triplet: 04, 0C and F6. RGB value is (4,12,246). Sum of RGB (Red+Green+Blue) = 4+12+246=262 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.53% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 246 (96.48% from 255 or 93.89% from 262); Max value from RGB is 246 - color contains mainly: blue. Hex color #040CF6 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040CF6 is #FBF309. Grayscale: #232323. Windows color (decimal): -16511754 or 16124932. OLE color: 16124932.

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

Color convert

RGB 4 12 246 -
CMYK 0.98 0.95 0 0.04
HSL 238.02º 0.97% 0.49% -
HSV(B) 238.02º 0.98% 0.96% -
XYZ 16.82 6.94 87.64 -
YUV 36.28 246.35 104.97 -
System Red Green Blue C M Y K H S L
Decimal 4 12 246 0.98 0.95 0 0.04 238.02 0.97 0.49
Hex 4 C F6 62 5F 0 4 EE 61 31
Octal 4 14 366 142 137 0 4 356 141 61
Binary 100 1100 11110110 1100010 1011111 0 100 11101110 1100001 110001

Color Harmonies of #040CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040CF6

Black with #040CF6

Text Example


Text Example

White with #040CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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