Html Css Color HEX #1512FB Blue

📋 copy color: '#1512FB'

red 21 ◦ green 18 ◦ blue 251

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

Shades of Blue #1512FB

Tints of Blue #1512FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 86.55%

R = 7.24%
G = 6.21%
B = 86.55%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1512FB (or 0x1512FB) is known color: Blue. HEX triplet: 15, 12 and FB. RGB value is (21,18,251). Sum of RGB (Red+Green+Blue) = 21+18+251=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 251 (98.44% from 255 or 86.55% from 290); Max value from RGB is 251 - color contains mainly: blue. Hex color #1512FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1512FB is #EAED04. Grayscale: #2C2C2C. Windows color (decimal): -15396101 or 16454165. OLE color: 16454165.

HSL color Cylindrical-coordinate representation of color #1512FB: hue angle of 240.77º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1512FB is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 21 18 251 -
CMYK 0.92 0.93 0 0.02
HSL 240.77º 0.97% 0.53% -
HSV(B) 240.77º 0.93% 0.98% -
XYZ 17.94 7.56 91.78 -
YUV 45.46 243.99 110.55 -
System Red Green Blue C M Y K H S L
Decimal 21 18 251 0.92 0.93 0 0.02 240.77 0.97 0.53
Hex 15 12 FB 5C 5D 0 2 F1 61 35
Octal 25 22 373 134 135 0 2 361 141 65
Binary 10101 10010 11111011 1011100 1011101 0 10 11110001 1100001 110101

Color Harmonies of #1512FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1512FB

Black with #1512FB

Text Example


Text Example

White with #1512FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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