#1335FC

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

Shades of Blue #1335FC

Tints of Blue #1335FC

Color information

#1335FC (or 0x1335FC) is unknown color: approx Blue. HEX triplet: 13, 35 and FC. RGB value is (19,53,252). Sum of RGB (Red+Green+Blue) = 19+53+252=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 53 (21.09% from 255 or 16.36% from 324); Blue value is 252 (98.83% from 255 or 77.78% from 324); Max value from RGB is 252 - color contains mainly: blue. Hex color #1335FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1335FC is #ECCA03. Grayscale: #404040. Windows color (decimal): -15518212 or 16528659. OLE color: 16528659.

HSL color Cylindrical-coordinate representation of color #1335FC: hue angle of 231.24º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1335FC is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1953252-
CMYK0.920.7900.01
HSL231.24º97.49%53.14%-
HSV(B)231.24º92.46%98.82%-
XYZ19.119.7192.96-
YUV65.52233.2494.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.86%
GREEN value IS 53 (21.09% from 255) = 16.36%
BLUE value IS 252 (98.83% from 255) = 77.78%
R=5.86%
G=16.36%
B=77.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal19532520.920.7900.01231.2497.4953.14
Hex1335FC5C4F01e76135
Octal23653741341170134714165
Binary10011110101111111001011100100111101111001111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1335FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1335FC; }

 p { color: rgb(19,53,252); }

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

<style>
 a { background-color: #1335FC; }

 a { background-color: rgb(19,53,252); }

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

<style>
 span { border-color: #1335FC; }

 span { border-color: rgb(19,53,252); }

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