Html Css Color HEX #1528ED Blue

📋 copy color: '#1528ED'

red 21 ◦ green 40 ◦ blue 237

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

Shades of Blue #1528ED

Tints of Blue #1528ED

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.42%

 BLUE value IS 237 (92.97% from 255) = 79.53%

R = 7.05%
G = 13.42%
B = 79.53%

CMYK

 C value IS 0.91

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1528ED (or 0x1528ED) is known color: Blue. HEX triplet: 15, 28 and ED. RGB value is (21,40,237). Sum of RGB (Red+Green+Blue) = 21+40+237=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 237 (92.97% from 255 or 79.53% from 298); Max value from RGB is 237 - color contains mainly: blue. Hex color #1528ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1528ED is #EAD712. Grayscale: #373737. Windows color (decimal): -15390483 or 15542293. OLE color: 15542293.

HSL color Cylindrical-coordinate representation of color #1528ED: hue angle of 234.72º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1528ED is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 40 237 -
CMYK 0.91 0.83 0 0.07
HSL 234.72º 0.86% 0.51% -
HSV(B) 234.72º 0.91% 0.93% -
XYZ 16.35 7.79 80.76 -
YUV 56.78 229.71 102.48 -
System Red Green Blue C M Y K H S L
Decimal 21 40 237 0.91 0.83 0 0.07 234.72 0.86 0.51
Hex 15 28 ED 5B 53 0 7 EB 56 33
Octal 25 50 355 133 123 0 7 353 126 63
Binary 10101 101000 11101101 1011011 1010011 0 111 11101011 1010110 110011

Color Harmonies of #1528ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1528ED

Black with #1528ED

Text Example


Text Example

White with #1528ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1528ED; }

 p { color: rgb(21,40,237); }

 H1.HeaderClassName
 {
   color: #1528ED;
 }
 .AnyTagClassName
 {
   color: #1528ED;
 }
</style>

background-color css

<style>
 a { background-color: #1528ED; }

 a { background-color: rgb(21,40,237); }

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

border-color css

<style>
 span { border-color: #1528ED; }

 span { border-color: rgb(21,40,237); }

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