Html Css Color HEX #1527EE Blue

📋 copy color: '#1527EE'

red 21 ◦ green 39 ◦ blue 238

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

Shades of Blue #1527EE

Tints of Blue #1527EE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.09%

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

R = 7.05%
G = 13.09%
B = 79.87%

CMYK

 C value IS 0.91

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1527EE (or 0x1527EE) is known color: Blue. HEX triplet: 15, 27 and EE. RGB value is (21,39,238). Sum of RGB (Red+Green+Blue) = 21+39+238=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 238 (93.36% from 255 or 79.87% from 298); Max value from RGB is 238 - color contains mainly: blue. Hex color #1527EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1527EE is #EAD811. Grayscale: #373737. Windows color (decimal): -15390738 or 15607573. OLE color: 15607573.

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

Color convert

RGB 21 39 238 -
CMYK 0.91 0.84 0 0.07
HSL 235.02º 0.86% 0.51% -
HSV(B) 235.02º 0.91% 0.93% -
XYZ 16.47 7.78 81.52 -
YUV 56.3 230.54 102.82 -
System Red Green Blue C M Y K H S L
Decimal 21 39 238 0.91 0.84 0 0.07 235.02 0.86 0.51
Hex 15 27 EE 5B 54 0 7 EB 56 33
Octal 25 47 356 133 124 0 7 353 126 63
Binary 10101 100111 11101110 1011011 1010100 0 111 11101011 1010110 110011

Color Harmonies of #1527EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1527EE

Black with #1527EE

Text Example


Text Example

White with #1527EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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