#2307F8

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

Shades of Blue #2307F8

Tints of Blue #2307F8

Color information

#2307F8 (or 0x2307F8) is unknown color: approx Blue. HEX triplet: 23, 07 and F8. RGB value is (35,7,248). Sum of RGB (Red+Green+Blue) = 35+7+248=290 (38% of max value = 765). Red value is 35 (14.06% from 255 or 12.07% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 248 (97.27% from 255 or 85.52% from 290); Max value from RGB is 248 - color contains mainly: blue. Hex color #2307F8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2307F8 is #DCF807. Grayscale: #292929. Windows color (decimal): -14481416 or 16254755. OLE color: 16254755.

HSL color Cylindrical-coordinate representation of color #2307F8: hue angle of 246.97º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2307F8 is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB357248-
CMYK0.860.9700.03
HSL246.97º94.51%50%-
HSV(B)246.97º97.18%97.25%-
XYZ17.717.2989.28-
YUV42.85243.78122.4-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 12.07%
GREEN value IS 7 (3.12% from 255) = 2.41%
BLUE value IS 248 (97.27% from 255) = 85.52%
R=12.07%
G=2.41%
B=85.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal3572480.860.9700.03246.9794.5150
Hex237F8566103f75f32
Octal4373701261410336713762
Binary1000111111111100010101101100001011111101111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2307F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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