#1c07fa

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

Shades of Blue #1C07FA

Tints of Blue #1C07FA

Color information

#1C07FA (or 0x1C07FA) is unknown color: approx Blue. HEX triplet: 1C, 07 and FA. RGB value is (28,7,250). Sum of RGB (Red+Green+Blue) = 28+7+250=285 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.82% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 250 (98.05% from 255 or 87.72% from 285); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C07FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1C07FA is #E3F805. Grayscale: #282828. Windows color (decimal): -14940166 or 16385820. OLE color: 16385820.

HSL color Cylindrical-coordinate representation of color #1C07FA: hue angle of 245.19º degrees, saturation: 0.96, 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 #1C07FA is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB287250-
CMYK0.890.9700.02
HSL245.19º96.05%50.39%-
HSV(B)245.19º97.2%98.04%-
XYZ17.817.390.91-
YUV40.98245.96118.74-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.82%
GREEN value IS 7 (3.12% from 255) = 2.46%
BLUE value IS 250 (98.05% from 255) = 87.72%
R=9.82%
G=2.46%
B=87.72%

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
Decimal2872500.890.9700.02245.1996.0550.39
Hex1C7FA596102f56032
Octal3473721311410236514062
Binary111001111111101010110011100001010111101011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c07fa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,7,250); }

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

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

 a { background-color: rgb(28,7,250); }

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

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

 span { border-color: rgb(28,7,250); }

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