#1334FC

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

Shades of Blue #1334FC

Tints of Blue #1334FC

Color information

#1334FC (or 0x1334FC) is unknown color: approx Blue. HEX triplet: 13, 34 and FC. RGB value is (19,52,252). Sum of RGB (Red+Green+Blue) = 19+52+252=323 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.88% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 252 (98.83% from 255 or 78.02% from 323); Max value from RGB is 252 - color contains mainly: blue. Hex color #1334FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1334FC is #ECCB03. Grayscale: #404040. Windows color (decimal): -15518468 or 16528403. OLE color: 16528403.

HSL color Cylindrical-coordinate representation of color #1334FC: hue angle of 231.5º 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 #1334FC is Cyan = 0.92, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1952252-
CMYK0.920.7900.01
HSL231.5º97.49%53.14%-
HSV(B)231.5º92.46%98.82%-
XYZ19.079.6292.95-
YUV64.93233.5795.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.88%
GREEN value IS 52 (20.70% from 255) = 16.10%
BLUE value IS 252 (98.83% from 255) = 78.02%
R=5.88%
G=16.10%
B=78.02%

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
Decimal19522520.920.7900.01231.597.4953.14
Hex1334FC5C4F01e86135
Octal23643741341170135014165
Binary10011110100111111001011100100111101111010001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1334FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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