Html Css Color HEX #1512EF Blue

📋 copy color: '#1512EF'

red 21 ◦ green 18 ◦ blue 239

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

Shades of Blue #1512EF

Tints of Blue #1512EF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.47%

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

R = 7.55%
G = 6.47%
B = 85.97%

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

#1512EF (or 0x1512EF) is known color: Blue. HEX triplet: 15, 12 and EF. RGB value is (21,18,239). Sum of RGB (Red+Green+Blue) = 21+18+239=278 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.55% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 239 (93.75% from 255 or 85.97% from 278); Max value from RGB is 239 - color contains mainly: blue. Hex color #1512EF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1512EF is #EAED10. Grayscale: #2B2B2B. Windows color (decimal): -15396113 or 15667733. OLE color: 15667733.

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

Color convert

RGB 21 18 239 -
CMYK 0.91 0.92 0 0.06
HSL 240.81º 0.87% 0.5% -
HSV(B) 240.81º 0.92% 0.94% -
XYZ 16.11 6.82 82.13 -
YUV 44.09 237.99 111.53 -
System Red Green Blue C M Y K H S L
Decimal 21 18 239 0.91 0.92 0 0.06 240.81 0.87 0.5
Hex 15 12 EF 5B 5C 0 6 F1 57 32
Octal 25 22 357 133 134 0 6 361 127 62
Binary 10101 10010 11101111 1011011 1011100 0 110 11110001 1010111 110010

Color Harmonies of #1512EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1512EF

Black with #1512EF

Text Example


Text Example

White with #1512EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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