Html Css Color HEX #1519FD Blue

📋 copy color: '#1519FD'

red 21 ◦ green 25 ◦ blue 253

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

Shades of Blue #1519FD

Tints of Blue #1519FD

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.36%

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

R = 7.02%
G = 8.36%
B = 84.62%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1519FD (or 0x1519FD) is known color: Blue. HEX triplet: 15, 19 and FD. RGB value is (21,25,253). Sum of RGB (Red+Green+Blue) = 21+25+253=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 253 (99.22% from 255 or 84.62% from 299); Max value from RGB is 253 - color contains mainly: blue. Hex color #1519FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1519FD is #EAE602. Grayscale: #303030. Windows color (decimal): -15394307 or 16587029. OLE color: 16587029.

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

Color convert

RGB 21 25 253 -
CMYK 0.92 0.90 0 0.01
HSL 238.97º 0.98% 0.54% -
HSV(B) 238.97º 0.92% 0.99% -
XYZ 18.39 7.95 93.49 -
YUV 49.8 242.67 107.46 -
System Red Green Blue C M Y K H S L
Decimal 21 25 253 0.92 0.90 0 0.01 238.97 0.98 0.54
Hex 15 19 FD 5C 5A 0 1 EF 62 36
Octal 25 31 375 134 132 0 1 357 142 66
Binary 10101 11001 11111101 1011100 1011010 0 1 11101111 1100010 110110

Color Harmonies of #1519FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1519FD

Black with #1519FD

Text Example


Text Example

White with #1519FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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