Html Css Color HEX #1218FD Blue

📋 copy color: '#1218FD'

red 18 ◦ green 24 ◦ blue 253

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

Shades of Blue #1218FD

Tints of Blue #1218FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 85.76%

R = 6.1%
G = 8.14%
B = 85.76%

CMYK

 C value IS 0.93

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1218FD (or 0x1218FD) is known color: Blue. HEX triplet: 12, 18 and FD. RGB value is (18,24,253). Sum of RGB (Red+Green+Blue) = 18+24+253=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 24 (9.77% from 255 or 8.14% from 295); Blue value is 253 (99.22% from 255 or 85.76% from 295); Max value from RGB is 253 - color contains mainly: blue. Hex color #1218FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1218FD is #EDE702. Grayscale: #2F2F2F. Windows color (decimal): -15591171 or 16586770. OLE color: 16586770.

HSL color Cylindrical-coordinate representation of color #1218FD: hue angle of 238.47º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1218FD is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 18 24 253 -
CMYK 0.93 0.91 0 0.01
HSL 238.47º 0.98% 0.53% -
HSV(B) 238.47º 0.93% 0.99% -
XYZ 18.31 7.87 93.48 -
YUV 48.31 243.51 106.38 -
System Red Green Blue C M Y K H S L
Decimal 18 24 253 0.93 0.91 0 0.01 238.47 0.98 0.53
Hex 12 18 FD 5D 5B 0 1 EE 62 35
Octal 22 30 375 135 133 0 1 356 142 65
Binary 10010 11000 11111101 1011101 1011011 0 1 11101110 1100010 110101

Color Harmonies of #1218FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1218FD

Black with #1218FD

Text Example


Text Example

White with #1218FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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