Html Css Color HEX #1517FA Blue

📋 copy color: '#1517FA'

red 21 ◦ green 23 ◦ blue 250

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

Shades of Blue #1517FA

Tints of Blue #1517FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 85.03%

R = 7.14%
G = 7.82%
B = 85.03%

CMYK

 C value IS 0.92

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1517FA (or 0x1517FA) is known color: Blue. HEX triplet: 15, 17 and FA. RGB value is (21,23,250). Sum of RGB (Red+Green+Blue) = 21+23+250=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 250 (98.05% from 255 or 85.03% from 294); Max value from RGB is 250 - color contains mainly: blue. Hex color #1517FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1517FA is #EAE805. Grayscale: #2F2F2F. Windows color (decimal): -15394822 or 16389909. OLE color: 16389909.

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

Color convert

RGB 21 23 250 -
CMYK 0.92 0.91 0 0.02
HSL 239.48º 0.96% 0.53% -
HSV(B) 239.48º 0.92% 0.98% -
XYZ 17.87 7.67 90.98 -
YUV 48.28 241.84 108.54 -
System Red Green Blue C M Y K H S L
Decimal 21 23 250 0.92 0.91 0 0.02 239.48 0.96 0.53
Hex 15 17 FA 5C 5B 0 2 EF 60 35
Octal 25 27 372 134 133 0 2 357 140 65
Binary 10101 10111 11111010 1011100 1011011 0 10 11101111 1100000 110101

Color Harmonies of #1517FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1517FA

Black with #1517FA

Text Example


Text Example

White with #1517FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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