Html Css Color HEX #1431FD Blue

📋 copy color: '#1431FD'

red 20 ◦ green 49 ◦ blue 253

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

Shades of Blue #1431FD

Tints of Blue #1431FD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.22%

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

R = 6.21%
G = 15.22%
B = 78.57%

CMYK

 C value IS 0.92

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1431FD (or 0x1431FD) is known color: Blue. HEX triplet: 14, 31 and FD. RGB value is (20,49,253). Sum of RGB (Red+Green+Blue) = 20+49+253=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 49 (19.53% from 255 or 15.22% from 322); Blue value is 253 (99.22% from 255 or 78.57% from 322); Max value from RGB is 253 - color contains mainly: blue. Hex color #1431FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1431FD is #EBCE02. Grayscale: #3E3E3E. Windows color (decimal): -15453699 or 16593172. OLE color: 16593172.

HSL color Cylindrical-coordinate representation of color #1431FD: hue angle of 232.53º 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 #1431FD is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 20 49 253 -
CMYK 0.92 0.81 0 0.01
HSL 232.53º 0.98% 0.54% -
HSV(B) 232.53º 0.92% 0.99% -
XYZ 19.12 9.44 93.74 -
YUV 63.59 234.89 96.91 -
System Red Green Blue C M Y K H S L
Decimal 20 49 253 0.92 0.81 0 0.01 232.53 0.98 0.54
Hex 14 31 FD 5C 51 0 1 E9 62 36
Octal 24 61 375 134 121 0 1 351 142 66
Binary 10100 110001 11111101 1011100 1010001 0 1 11101001 1100010 110110

Color Harmonies of #1431FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1431FD

Black with #1431FD

Text Example


Text Example

White with #1431FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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