#2400BF

Color #2400BF Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #2400BF

Tints of Medium Blue #2400BF

Color information

#2400BF (or 0x2400BF) is unknown color: approx Medium Blue. HEX triplet: 24, 00 and BF. RGB value is (36,0,191). Sum of RGB (Red+Green+Blue) = 36+0+191=227 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.86% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 191 (75% from 255 or 84.14% from 227); Max value from RGB is 191 - color contains mainly: blue. Hex color #2400BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2400BF is #DBFF40. Grayscale: #1F1F1F. Windows color (decimal): -14417729 or 12517412. OLE color: 12517412.

HSL color Cylindrical-coordinate representation of color #2400BF: hue angle of 251.31º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2400BF is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB360191-
CMYK0.81100.25
HSL251.31º100%37.45%-
HSV(B)251.31º100%74.9%-
XYZ10.134.1449.55-
YUV32.54217.43130.47-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 15.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 84.14%
R=15.86%
G=0%
B=84.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3601910.81100.25251.3110037.45
Hex240BF5164019fb6425
Octal44027712114403137314445
Binary10010001011111110100011100100011001111110111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2400BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2400BF; }

 p { color: rgb(36,0,191); }

 H1.HeaderClassName
 {
   color: #2400BF;
 }
 .AnyTagClassName
 {
   color: #2400BF;
 }
</style>
background-color css

<style>
 a { background-color: #2400BF; }

 a { background-color: rgb(36,0,191); }

 div.DivClassName
 {
   background-color: #2400BF;
 }
 .BgClassName
 {
   background-color: #2400BF;
 }
</style>
border-color css

<style>
 span { border-color: #2400BF; }

 span { border-color: rgb(36,0,191); }

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