Html Css Color HEX #1524EF Blue

📋 copy color: '#1524EF'

red 21 ◦ green 36 ◦ blue 239

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

Shades of Blue #1524EF

Tints of Blue #1524EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 80.74%

R = 7.09%
G = 12.16%
B = 80.74%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1524EF (or 0x1524EF) is known color: Blue. HEX triplet: 15, 24 and EF. RGB value is (21,36,239). Sum of RGB (Red+Green+Blue) = 21+36+239=296 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.09% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 239 (93.75% from 255 or 80.74% from 296); Max value from RGB is 239 - color contains mainly: blue. Hex color #1524EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1524EF is #EADB10. Grayscale: #353535. Windows color (decimal): -15391505 or 15672341. OLE color: 15672341.

HSL color Cylindrical-coordinate representation of color #1524EF: hue angle of 235.87º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1524EF is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 36 239 -
CMYK 0.91 0.85 0 0.06
HSL 235.87º 0.87% 0.51% -
HSV(B) 235.87º 0.91% 0.94% -
XYZ 16.52 7.65 82.27 -
YUV 54.66 232.03 103.99 -
System Red Green Blue C M Y K H S L
Decimal 21 36 239 0.91 0.85 0 0.06 235.87 0.87 0.51
Hex 15 24 EF 5B 55 0 6 EC 57 33
Octal 25 44 357 133 125 0 6 354 127 63
Binary 10101 100100 11101111 1011011 1010101 0 110 11101100 1010111 110011

Color Harmonies of #1524EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1524EF

Black with #1524EF

Text Example


Text Example

White with #1524EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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