Html Css Color HEX #040CFA Blue

📋 copy color: '#040CFA'

red 4 ◦ green 12 ◦ blue 250

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

Shades of Blue #040CFA

Tints of Blue #040CFA

RGB

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

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

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

R = 1.5%
G = 4.51%
B = 93.98%

CMYK

 C value IS 0.98

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#040CFA (or 0x040CFA) is known color: Blue. HEX triplet: 04, 0C and FA. RGB value is (4,12,250). Sum of RGB (Red+Green+Blue) = 4+12+250=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 250 (98.05% from 255 or 93.98% from 266); Max value from RGB is 250 - color contains mainly: blue. Hex color #040CFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #040CFA is #FBF305. Grayscale: #232323. Windows color (decimal): -16511750 or 16387076. OLE color: 16387076.

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

Color convert

RGB 4 12 250 -
CMYK 0.98 0.95 0 0.02
HSL 238.05º 0.97% 0.5% -
HSV(B) 238.05º 0.98% 0.98% -
XYZ 17.44 7.19 90.91 -
YUV 36.74 248.35 104.65 -
System Red Green Blue C M Y K H S L
Decimal 4 12 250 0.98 0.95 0 0.02 238.05 0.97 0.5
Hex 4 C FA 62 5F 0 2 EE 61 32
Octal 4 14 372 142 137 0 2 356 141 62
Binary 100 1100 11111010 1100010 1011111 0 10 11101110 1100001 110010

Color Harmonies of #040CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040CFA

Black with #040CFA

Text Example


Text Example

White with #040CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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