Html Css Color HEX #1215FB Blue

📋 copy color: '#1215FB'

red 18 ◦ green 21 ◦ blue 251

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

Shades of Blue #1215FB

Tints of Blue #1215FB

RGB

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

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

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

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

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1215FB (or 0x1215FB) is known color: Blue. HEX triplet: 12, 15 and FB. RGB value is (18,21,251). Sum of RGB (Red+Green+Blue) = 18+21+251=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 21 (8.59% from 255 or 7.24% 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 #1215FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1215FB is #EDEA04. Grayscale: #2D2D2D. Windows color (decimal): -15591941 or 16454930. OLE color: 16454930.

HSL color Cylindrical-coordinate representation of color #1215FB: hue angle of 239.23º 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 #1215FB is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 21 251 -
CMYK 0.93 0.92 0 0.02
HSL 239.23º 0.97% 0.53% -
HSV(B) 239.23º 0.93% 0.98% -
XYZ 17.93 7.63 91.79 -
YUV 46.32 243.51 107.8 -
System Red Green Blue C M Y K H S L
Decimal 18 21 251 0.93 0.92 0 0.02 239.23 0.97 0.53
Hex 12 15 FB 5D 5C 0 2 EF 61 35
Octal 22 25 373 135 134 0 2 357 141 65
Binary 10010 10101 11111011 1011101 1011100 0 10 11101111 1100001 110101

Color Harmonies of #1215FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1215FB

Black with #1215FB

Text Example


Text Example

White with #1215FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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