#1807F8

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

Shades of Blue #1807F8

Tints of Blue #1807F8

Color information

#1807F8 (or 0x1807F8) is unknown color: approx Blue. HEX triplet: 18, 07 and F8. RGB value is (24,7,248). Sum of RGB (Red+Green+Blue) = 24+7+248=279 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.60% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 248 (97.27% from 255 or 88.89% from 279); Max value from RGB is 248 - color contains mainly: blue. Hex color #1807F8 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1807F8 is #E7F807. Grayscale: #262626. Windows color (decimal): -15202312 or 16254744. OLE color: 16254744.

HSL color Cylindrical-coordinate representation of color #1807F8: hue angle of 244.23º 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 #1807F8 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB247248-
CMYK0.900.9700.03
HSL244.23º94.51%50%-
HSV(B)244.23º97.18%97.25%-
XYZ17.47.1289.27-
YUV39.56245.63116.9-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.60%
GREEN value IS 7 (3.12% from 255) = 2.51%
BLUE value IS 248 (97.27% from 255) = 88.89%
R=8.60%
G=2.51%
B=88.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472480.900.9700.03244.2394.5150
Hex187F85A6103f45f32
Octal3073701321410336413762
Binary110001111111100010110101100001011111101001011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1807F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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