Html Css Color HEX #1214FB Blue

📋 copy color: '#1214FB'

red 18 ◦ green 20 ◦ blue 251

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

Shades of Blue #1214FB

Tints of Blue #1214FB

RGB

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

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

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

R = 6.23%
G = 6.92%
B = 86.85%

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

#1214FB (or 0x1214FB) is known color: Blue. HEX triplet: 12, 14 and FB. RGB value is (18,20,251). Sum of RGB (Red+Green+Blue) = 18+20+251=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 20 (8.20% from 255 or 6.92% from 289); Blue value is 251 (98.44% from 255 or 86.85% from 289); Max value from RGB is 251 - color contains mainly: blue. Hex color #1214FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1214FB is #EDEB04. Grayscale: #2C2C2C. Windows color (decimal): -15592197 or 16454674. OLE color: 16454674.

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

Color convert

RGB 18 20 251 -
CMYK 0.93 0.92 0 0.02
HSL 239.49º 0.97% 0.53% -
HSV(B) 239.49º 0.93% 0.98% -
XYZ 17.91 7.59 91.79 -
YUV 45.74 243.84 108.22 -
System Red Green Blue C M Y K H S L
Decimal 18 20 251 0.93 0.92 0 0.02 239.49 0.97 0.53
Hex 12 14 FB 5D 5C 0 2 EF 61 35
Octal 22 24 373 135 134 0 2 357 141 65
Binary 10010 10100 11111011 1011101 1011100 0 10 11101111 1100001 110101

Color Harmonies of #1214FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1214FB

Black with #1214FB

Text Example


Text Example

White with #1214FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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