Html Css Color HEX #1218FB Blue

📋 copy color: '#1218FB'

red 18 ◦ green 24 ◦ blue 251

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

Shades of Blue #1218FB

Tints of Blue #1218FB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.19%

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

R = 6.14%
G = 8.19%
B = 85.67%

CMYK

 C value IS 0.93

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1218FB (or 0x1218FB) is known color: Blue. HEX triplet: 12, 18 and FB. RGB value is (18,24,251). Sum of RGB (Red+Green+Blue) = 18+24+251=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 251 (98.44% from 255 or 85.67% from 293); Max value from RGB is 251 - color contains mainly: blue. Hex color #1218FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1218FB is #EDE704. Grayscale: #2F2F2F. Windows color (decimal): -15591173 or 16455698. OLE color: 16455698.

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

Color convert

RGB 18 24 251 -
CMYK 0.93 0.90 0 0.02
HSL 238.45º 0.97% 0.53% -
HSV(B) 238.45º 0.93% 0.98% -
XYZ 17.99 7.75 91.81 -
YUV 48.08 242.51 106.54 -
System Red Green Blue C M Y K H S L
Decimal 18 24 251 0.93 0.90 0 0.02 238.45 0.97 0.53
Hex 12 18 FB 5D 5A 0 2 EE 61 35
Octal 22 30 373 135 132 0 2 356 141 65
Binary 10010 11000 11111011 1011101 1011010 0 10 11101110 1100001 110101

Color Harmonies of #1218FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1218FB

Black with #1218FB

Text Example


Text Example

White with #1218FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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