Html Css Color HEX #1311FC Blue

📋 copy color: '#1311FC'

red 19 ◦ green 17 ◦ blue 252

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

Shades of Blue #1311FC

Tints of Blue #1311FC

RGB

 RED value IS 19 (7.81% from 255) = 6.6%

 GREEN value IS 17 (7.03% from 255) = 5.9%

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

R = 6.6%
G = 5.9%
B = 87.5%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1311FC (or 0x1311FC) is known color: Blue. HEX triplet: 13, 11 and FC. RGB value is (19,17,252). Sum of RGB (Red+Green+Blue) = 19+17+252=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 252 (98.83% from 255 or 87.5% from 288); Max value from RGB is 252 - color contains mainly: blue. Hex color #1311FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1311FC is #ECEE03. Grayscale: #2B2B2B. Windows color (decimal): -15527428 or 16519443. OLE color: 16519443.

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

Color convert

RGB 19 17 252 -
CMYK 0.92 0.93 0 0.01
HSL 240.51º 0.98% 0.53% -
HSV(B) 240.51º 0.93% 0.99% -
XYZ 18.04 7.57 92.61 -
YUV 44.39 245.16 109.89 -
System Red Green Blue C M Y K H S L
Decimal 19 17 252 0.92 0.93 0 0.01 240.51 0.98 0.53
Hex 13 11 FC 5C 5D 0 1 F1 62 35
Octal 23 21 374 134 135 0 1 361 142 65
Binary 10011 10001 11111100 1011100 1011101 0 1 11110001 1100010 110101

Color Harmonies of #1311FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1311FC

Black with #1311FC

Text Example


Text Example

White with #1311FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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