Html Css Color HEX #1513FC Blue

📋 copy color: '#1513FC'

red 21 ◦ green 19 ◦ blue 252

#1513FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #1513FC

Tints of Blue #1513FC

RGB

 RED value IS 21 (8.59% from 255) = 7.19%

 GREEN value IS 19 (7.81% from 255) = 6.51%

 BLUE value IS 252 (98.83% from 255) = 86.3%

R = 7.19%
G = 6.51%
B = 86.3%

CMYK

 C value IS 0.92

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1513FC (or 0x1513FC) is known color: Blue. HEX triplet: 15, 13 and FC. RGB value is (21,19,252). Sum of RGB (Red+Green+Blue) = 21+19+252=292 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.19% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 252 (98.83% from 255 or 86.30% from 292); Max value from RGB is 252 - color contains mainly: blue. Hex color #1513FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1513FC is #EAEC03. Grayscale: #2D2D2D. Windows color (decimal): -15395844 or 16519957. OLE color: 16519957.

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

Color convert

RGB 21 19 252 -
CMYK 0.92 0.92 0 0.01
HSL 240.52º 0.97% 0.53% -
HSV(B) 240.52º 0.92% 0.99% -
XYZ 18.11 7.65 92.62 -
YUV 46.16 244.16 110.05 -
System Red Green Blue C M Y K H S L
Decimal 21 19 252 0.92 0.92 0 0.01 240.52 0.97 0.53
Hex 15 13 FC 5C 5C 0 1 F1 61 35
Octal 25 23 374 134 134 0 1 361 141 65
Binary 10101 10011 11111100 1011100 1011100 0 1 11110001 1100001 110101

Color Harmonies of #1513FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1513FC

Black with #1513FC

Text Example


Text Example

White with #1513FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1513FC;
 }
 .AnyTagClassName
 {
   color: #1513FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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