#1C08F9

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

Shades of Blue #1C08F9

Tints of Blue #1C08F9

Color information

#1C08F9 (or 0x1C08F9) is unknown color: approx Blue. HEX triplet: 1C, 08 and F9. RGB value is (28,8,249). Sum of RGB (Red+Green+Blue) = 28+8+249=285 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.82% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 249 (97.66% from 255 or 87.37% from 285); Max value from RGB is 249 - color contains mainly: blue. Hex color #1C08F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C08F9 is #E3F706. Grayscale: #282828. Windows color (decimal): -14939911 or 16320540. OLE color: 16320540.

HSL color Cylindrical-coordinate representation of color #1C08F9: hue angle of 244.98º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1C08F9 is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB288249-
CMYK0.890.9700.02
HSL244.98º95.26%50.39%-
HSV(B)244.98º96.79%97.65%-
XYZ17.667.2690.09-
YUV41.45245.13118.4-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.82%
GREEN value IS 8 (3.52% from 255) = 2.81%
BLUE value IS 249 (97.66% from 255) = 87.37%
R=9.82%
G=2.81%
B=87.37%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2882490.890.9700.02244.9895.2650.39
Hex1C8F9596102f55f32
Octal34103711311410236513762
Binary1110010001111100110110011100001010111101011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C08F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C08F9; }

 p { color: rgb(28,8,249); }

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

<style>
 a { background-color: #1C08F9; }

 a { background-color: rgb(28,8,249); }

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

<style>
 span { border-color: #1C08F9; }

 span { border-color: rgb(28,8,249); }

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