Html Css Color HEX #040CCF Medium Blue

📋 copy color: '#040CCF'

red 4 ◦ green 12 ◦ blue 207

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

Shades of Medium Blue #040CCF

Tints of Medium Blue #040CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 92.83%

R = 1.79%
G = 5.38%
B = 92.83%

CMYK

 C value IS 0.98

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#040CCF (or 0x040CCF) is known color: Medium Blue. HEX triplet: 04, 0C and CF. RGB value is (4,12,207). Sum of RGB (Red+Green+Blue) = 4+12+207=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 207 (81.25% from 255 or 92.83% from 223); Max value from RGB is 207 - color contains mainly: blue. Hex color #040CCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040CCF is #FBF330. Grayscale: #1F1F1F. Windows color (decimal): -16511793 or 13569028. OLE color: 13569028.

HSL color Cylindrical-coordinate representation of color #040CCF: hue angle of 237.64º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040CCF is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 12 207 -
CMYK 0.98 0.94 0 0.19
HSL 237.64º 0.96% 0.41% -
HSV(B) 237.64º 0.98% 0.81% -
XYZ 11.44 4.79 59.35 -
YUV 31.84 226.85 108.14 -
System Red Green Blue C M Y K H S L
Decimal 4 12 207 0.98 0.94 0 0.19 237.64 0.96 0.41
Hex 4 C CF 62 5E 0 13 EE 60 29
Octal 4 14 317 142 136 0 23 356 140 51
Binary 100 1100 11001111 1100010 1011110 0 10011 11101110 1100000 101001

Color Harmonies of #040CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040CCF

Black with #040CCF

Text Example


Text Example

White with #040CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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