Html Css Color HEX #1523EF Blue

📋 copy color: '#1523EF'

red 21 ◦ green 35 ◦ blue 239

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

Shades of Blue #1523EF

Tints of Blue #1523EF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.86%

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

R = 7.12%
G = 11.86%
B = 81.02%

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

#1523EF (or 0x1523EF) is known color: Blue. HEX triplet: 15, 23 and EF. RGB value is (21,35,239). Sum of RGB (Red+Green+Blue) = 21+35+239=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 239 (93.75% from 255 or 81.02% from 295); Max value from RGB is 239 - color contains mainly: blue. Hex color #1523EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1523EF is #EADC10. Grayscale: #353535. Windows color (decimal): -15391761 or 15672085. OLE color: 15672085.

HSL color Cylindrical-coordinate representation of color #1523EF: hue angle of 236.15º 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 #1523EF is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 35 239 -
CMYK 0.91 0.85 0 0.06
HSL 236.15º 0.87% 0.51% -
HSV(B) 236.15º 0.91% 0.94% -
XYZ 16.49 7.59 82.26 -
YUV 54.07 232.36 104.41 -
System Red Green Blue C M Y K H S L
Decimal 21 35 239 0.91 0.85 0 0.06 236.15 0.87 0.51
Hex 15 23 EF 5B 55 0 6 EC 57 33
Octal 25 43 357 133 125 0 6 354 127 63
Binary 10101 100011 11101111 1011011 1010101 0 110 11101100 1010111 110011

Color Harmonies of #1523EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1523EF

Black with #1523EF

Text Example


Text Example

White with #1523EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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