Html Css Color HEX #1215FE Blue

📋 copy color: '#1215FE'

red 18 ◦ green 21 ◦ blue 254

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

Shades of Blue #1215FE

Tints of Blue #1215FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 86.69%

R = 6.14%
G = 7.17%
B = 86.69%

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1215FE (or 0x1215FE) is known color: Blue. HEX triplet: 12, 15 and FE. RGB value is (18,21,254). Sum of RGB (Red+Green+Blue) = 18+21+254=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 254 (99.61% from 255 or 86.69% from 293); Max value from RGB is 254 - color contains mainly: blue. Hex color #1215FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1215FE is #EDEA01. Grayscale: #2D2D2D. Windows color (decimal): -15591938 or 16651538. OLE color: 16651538.

HSL color Cylindrical-coordinate representation of color #1215FE: hue angle of 239.24º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1215FE is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 18 21 254 -
CMYK 0.93 0.92 0 0.00
HSL 239.24º 0.99% 0.53% -
HSV(B) 239.24º 0.93% 1% -
XYZ 18.41 7.82 94.31 -
YUV 46.67 245.01 107.55 -
System Red Green Blue C M Y K H S L
Decimal 18 21 254 0.93 0.92 0 0.00 239.24 0.99 0.53
Hex 12 15 FE 5D 5C 0 0 EF 63 35
Octal 22 25 376 135 134 0 0 357 143 65
Binary 10010 10101 11111110 1011101 1011100 0 0 11101111 1100011 110101

Color Harmonies of #1215FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1215FE

Black with #1215FE

Text Example


Text Example

White with #1215FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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