Html Css Color HEX #1514EF Blue

📋 copy color: '#1514EF'

red 21 ◦ green 20 ◦ blue 239

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

Shades of Blue #1514EF

Tints of Blue #1514EF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.14%

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

R = 7.5%
G = 7.14%
B = 85.36%

CMYK

 C value IS 0.91

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1514EF (or 0x1514EF) is known color: Blue. HEX triplet: 15, 14 and EF. RGB value is (21,20,239). Sum of RGB (Red+Green+Blue) = 21+20+239=280 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.5% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 239 (93.75% from 255 or 85.36% from 280); Max value from RGB is 239 - color contains mainly: blue. Hex color #1514EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1514EF is #EAEB10. Grayscale: #2C2C2C. Windows color (decimal): -15395601 or 15668245. OLE color: 15668245.

HSL color Cylindrical-coordinate representation of color #1514EF: hue angle of 240.27º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1514EF is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 20 239 -
CMYK 0.91 0.92 0 0.06
HSL 240.27º 0.87% 0.51% -
HSV(B) 240.27º 0.92% 0.94% -
XYZ 16.14 6.89 82.14 -
YUV 45.27 237.33 110.69 -
System Red Green Blue C M Y K H S L
Decimal 21 20 239 0.91 0.92 0 0.06 240.27 0.87 0.51
Hex 15 14 EF 5B 5C 0 6 F0 57 33
Octal 25 24 357 133 134 0 6 360 127 63
Binary 10101 10100 11101111 1011011 1011100 0 110 11110000 1010111 110011

Color Harmonies of #1514EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1514EF

Black with #1514EF

Text Example


Text Example

White with #1514EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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