Html Css Color HEX #1517FD Blue

📋 copy color: '#1517FD'

red 21 ◦ green 23 ◦ blue 253

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

Shades of Blue #1517FD

Tints of Blue #1517FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 85.19%

R = 7.07%
G = 7.74%
B = 85.19%

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

#1517FD (or 0x1517FD) is known color: Blue. HEX triplet: 15, 17 and FD. RGB value is (21,23,253). Sum of RGB (Red+Green+Blue) = 21+23+253=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 23 (9.38% from 255 or 7.74% from 297); Blue value is 253 (99.22% from 255 or 85.19% from 297); Max value from RGB is 253 - color contains mainly: blue. Hex color #1517FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1517FD is #EAE802. Grayscale: #2F2F2F. Windows color (decimal): -15394819 or 16586517. OLE color: 16586517.

HSL color Cylindrical-coordinate representation of color #1517FD: hue angle of 239.48º degrees, saturation: 0.98, 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 #1517FD is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 21 23 253 -
CMYK 0.92 0.91 0 0.01
HSL 239.48º 0.98% 0.54% -
HSV(B) 239.48º 0.92% 0.99% -
XYZ 18.35 7.86 93.48 -
YUV 48.62 243.34 108.3 -
System Red Green Blue C M Y K H S L
Decimal 21 23 253 0.92 0.91 0 0.01 239.48 0.98 0.54
Hex 15 17 FD 5C 5B 0 1 EF 62 36
Octal 25 27 375 134 133 0 1 357 142 66
Binary 10101 10111 11111101 1011100 1011011 0 1 11101111 1100010 110110

Color Harmonies of #1517FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1517FD

Black with #1517FD

Text Example


Text Example

White with #1517FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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