Html Css Color HEX #1524FD Blue

📋 copy color: '#1524FD'

red 21 ◦ green 36 ◦ blue 253

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

Shades of Blue #1524FD

Tints of Blue #1524FD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.61%

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

R = 6.77%
G = 11.61%
B = 81.61%

CMYK

 C value IS 0.92

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1524FD (or 0x1524FD) is known color: Blue. HEX triplet: 15, 24 and FD. RGB value is (21,36,253). Sum of RGB (Red+Green+Blue) = 21+36+253=310 (41% of max value = 765). Red value is 21 (8.59% from 255 or 6.77% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 253 (99.22% from 255 or 81.61% from 310); Max value from RGB is 253 - color contains mainly: blue. Hex color #1524FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1524FD is #EADB02. Grayscale: #373737. Windows color (decimal): -15391491 or 16589845. OLE color: 16589845.

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

Color convert

RGB 21 36 253 -
CMYK 0.92 0.86 0 0.01
HSL 236.12º 0.98% 0.54% -
HSV(B) 236.12º 0.92% 0.99% -
XYZ 18.67 8.51 93.59 -
YUV 56.25 239.03 102.86 -
System Red Green Blue C M Y K H S L
Decimal 21 36 253 0.92 0.86 0 0.01 236.12 0.98 0.54
Hex 15 24 FD 5C 56 0 1 EC 62 36
Octal 25 44 375 134 126 0 1 354 142 66
Binary 10101 100100 11111101 1011100 1010110 0 1 11101100 1100010 110110

Color Harmonies of #1524FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1524FD

Black with #1524FD

Text Example


Text Example

White with #1524FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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