#2307CF

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

Shades of Medium Blue #2307CF

Tints of Medium Blue #2307CF

Color information

#2307CF (or 0x2307CF) is unknown color: approx Medium Blue. HEX triplet: 23, 07 and CF. RGB value is (35,7,207). Sum of RGB (Red+Green+Blue) = 35+7+207=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 7 (3.12% from 255 or 2.81% from 249); Blue value is 207 (81.25% from 255 or 83.13% from 249); Max value from RGB is 207 - color contains mainly: blue. Hex color #2307CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2307CF is #DCF830. Grayscale: #252525. Windows color (decimal): -14481457 or 13567779. OLE color: 13567779.

HSL color Cylindrical-coordinate representation of color #2307CF: hue angle of 248.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2307CF is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB357207-
CMYK0.830.9700.19
HSL248.4º93.46%41.96%-
HSV(B)248.4º96.62%81.18%-
XYZ12.035.0159.37-
YUV38.17223.28125.74-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.06%
GREEN value IS 7 (3.12% from 255) = 2.81%
BLUE value IS 207 (81.25% from 255) = 83.13%
R=14.06%
G=2.81%
B=83.13%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal3572070.830.9700.19248.493.4641.96
Hex237CF5361013f85d2a
Octal43731712314102337013552
Binary1000111111100111110100111100001010011111110001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2307CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2307CF; }

 p { color: rgb(35,7,207); }

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

<style>
 a { background-color: #2307CF; }

 a { background-color: rgb(35,7,207); }

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

<style>
 span { border-color: #2307CF; }

 span { border-color: rgb(35,7,207); }

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