Html Css Color HEX #1520F8 Blue

📋 copy color: '#1520F8'

red 21 ◦ green 32 ◦ blue 248

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

Shades of Blue #1520F8

Tints of Blue #1520F8

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.63%

 BLUE value IS 248 (97.27% from 255) = 82.39%

R = 6.98%
G = 10.63%
B = 82.39%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#1520F8 (or 0x1520F8) is known color: Blue. HEX triplet: 15, 20 and F8. RGB value is (21,32,248). Sum of RGB (Red+Green+Blue) = 21+32+248=301 (39% of max value = 765). Red value is 21 (8.59% from 255 or 6.98% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 248 (97.27% from 255 or 82.39% from 301); Max value from RGB is 248 - color contains mainly: blue. Hex color #1520F8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1520F8 is #EADF07. Grayscale: #343434. Windows color (decimal): -15392520 or 16261141. OLE color: 16261141.

HSL color Cylindrical-coordinate representation of color #1520F8: hue angle of 237.09º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1520F8 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 21 32 248 -
CMYK 0.92 0.87 0 0.03
HSL 237.09º 0.94% 0.53% -
HSV(B) 237.09º 0.92% 0.97% -
XYZ 17.77 7.97 89.41 -
YUV 53.34 237.86 104.94 -
System Red Green Blue C M Y K H S L
Decimal 21 32 248 0.92 0.87 0 0.03 237.09 0.94 0.53
Hex 15 20 F8 5C 57 0 3 ED 5E 35
Octal 25 40 370 134 127 0 3 355 136 65
Binary 10101 100000 11111000 1011100 1010111 0 11 11101101 1011110 110101

Color Harmonies of #1520F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1520F8

Black with #1520F8

Text Example


Text Example

White with #1520F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1520F8; }

 p { color: rgb(21,32,248); }

 H1.HeaderClassName
 {
   color: #1520F8;
 }
 .AnyTagClassName
 {
   color: #1520F8;
 }
</style>

background-color css

<style>
 a { background-color: #1520F8; }

 a { background-color: rgb(21,32,248); }

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

border-color css

<style>
 span { border-color: #1520F8; }

 span { border-color: rgb(21,32,248); }

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