Html Css Color HEX #1528EE Blue

📋 copy color: '#1528EE'

red 21 ◦ green 40 ◦ blue 238

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

Shades of Blue #1528EE

Tints of Blue #1528EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 79.6%

R = 7.02%
G = 13.38%
B = 79.6%

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

#1528EE (or 0x1528EE) is known color: Blue. HEX triplet: 15, 28 and EE. RGB value is (21,40,238). Sum of RGB (Red+Green+Blue) = 21+40+238=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 238 (93.36% from 255 or 79.60% from 299); Max value from RGB is 238 - color contains mainly: blue. Hex color #1528EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1528EE is #EAD711. Grayscale: #383838. Windows color (decimal): -15390482 or 15607829. OLE color: 15607829.

HSL color Cylindrical-coordinate representation of color #1528EE: hue angle of 234.75º 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 #1528EE is Cyan = 0.91, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 21 40 238 -
CMYK 0.91 0.83 0 0.07
HSL 234.75º 0.86% 0.51% -
HSV(B) 234.75º 0.91% 0.93% -
XYZ 16.5 7.85 81.53 -
YUV 56.89 230.21 102.4 -
System Red Green Blue C M Y K H S L
Decimal 21 40 238 0.91 0.83 0 0.07 234.75 0.86 0.51
Hex 15 28 EE 5B 53 0 7 EB 56 33
Octal 25 50 356 133 123 0 7 353 126 63
Binary 10101 101000 11101110 1011011 1010011 0 111 11101011 1010110 110011

Color Harmonies of #1528EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1528EE

Black with #1528EE

Text Example


Text Example

White with #1528EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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