Html Css Color HEX #1418FD Blue

📋 copy color: '#1418FD'

red 20 ◦ green 24 ◦ blue 253

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

Shades of Blue #1418FD

Tints of Blue #1418FD

RGB

 RED value IS 20 (8.2% from 255) = 6.73%

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

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

R = 6.73%
G = 8.08%
B = 85.19%

CMYK

 C value IS 0.92

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1418FD (or 0x1418FD) is known color: Blue. HEX triplet: 14, 18 and FD. RGB value is (20,24,253). Sum of RGB (Red+Green+Blue) = 20+24+253=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 24 (9.77% from 255 or 8.08% from 297); Blue value is 253 (99.22% from 255 or 85.19% from 297); Max value from RGB is 253 - color contains mainly: blue. Hex color #1418FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1418FD is #EBE702. Grayscale: #2F2F2F. Windows color (decimal): -15460099 or 16586772. OLE color: 16586772.

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

Color convert

RGB 20 24 253 -
CMYK 0.92 0.91 0 0.01
HSL 238.97º 0.98% 0.54% -
HSV(B) 238.97º 0.92% 0.99% -
XYZ 18.34 7.89 93.49 -
YUV 48.91 243.17 107.38 -
System Red Green Blue C M Y K H S L
Decimal 20 24 253 0.92 0.91 0 0.01 238.97 0.98 0.54
Hex 14 18 FD 5C 5B 0 1 EF 62 36
Octal 24 30 375 134 133 0 1 357 142 66
Binary 10100 11000 11111101 1011100 1011011 0 1 11101111 1100010 110110

Color Harmonies of #1418FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1418FD

Black with #1418FD

Text Example


Text Example

White with #1418FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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