Html Css Color HEX #1517FC Blue

📋 copy color: '#1517FC'

red 21 ◦ green 23 ◦ blue 252

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

Shades of Blue #1517FC

Tints of Blue #1517FC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.77%

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

R = 7.09%
G = 7.77%
B = 85.14%

CMYK

 C value IS 0.92

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1517FC (or 0x1517FC) is known color: Blue. HEX triplet: 15, 17 and FC. RGB value is (21,23,252). Sum of RGB (Red+Green+Blue) = 21+23+252=296 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.09% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 252 (98.83% from 255 or 85.14% from 296); Max value from RGB is 252 - color contains mainly: blue. Hex color #1517FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1517FC is #EAE803. Grayscale: #2F2F2F. Windows color (decimal): -15394820 or 16520981. OLE color: 16520981.

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

Color convert

RGB 21 23 252 -
CMYK 0.92 0.91 0 0.01
HSL 239.48º 0.97% 0.54% -
HSV(B) 239.48º 0.92% 0.99% -
XYZ 18.19 7.8 92.64 -
YUV 48.51 242.84 108.38 -
System Red Green Blue C M Y K H S L
Decimal 21 23 252 0.92 0.91 0 0.01 239.48 0.97 0.54
Hex 15 17 FC 5C 5B 0 1 EF 61 36
Octal 25 27 374 134 133 0 1 357 141 66
Binary 10101 10111 11111100 1011100 1011011 0 1 11101111 1100001 110110

Color Harmonies of #1517FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1517FC

Black with #1517FC

Text Example


Text Example

White with #1517FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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