Html Css Color HEX #1331FD Blue

📋 copy color: '#1331FD'

red 19 ◦ green 49 ◦ blue 253

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

Shades of Blue #1331FD

Tints of Blue #1331FD

RGB

 RED value IS 19 (7.81% from 255) = 5.92%

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

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

R = 5.92%
G = 15.26%
B = 78.82%

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

#1331FD (or 0x1331FD) is known color: Blue. HEX triplet: 13, 31 and FD. RGB value is (19,49,253). Sum of RGB (Red+Green+Blue) = 19+49+253=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 253 (99.22% from 255 or 78.82% from 321); Max value from RGB is 253 - color contains mainly: blue. Hex color #1331FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1331FD is #ECCE02. Grayscale: #3E3E3E. Windows color (decimal): -15519235 or 16593171. OLE color: 16593171.

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

Color convert

RGB 19 49 253 -
CMYK 0.92 0.81 0 0.01
HSL 232.31º 0.98% 0.53% -
HSV(B) 232.31º 0.92% 0.99% -
XYZ 19.1 9.43 93.74 -
YUV 63.29 235.06 96.41 -
System Red Green Blue C M Y K H S L
Decimal 19 49 253 0.92 0.81 0 0.01 232.31 0.98 0.53
Hex 13 31 FD 5C 51 0 1 E8 62 35
Octal 23 61 375 134 121 0 1 350 142 65
Binary 10011 110001 11111101 1011100 1010001 0 1 11101000 1100010 110101

Color Harmonies of #1331FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1331FD

Black with #1331FD

Text Example


Text Example

White with #1331FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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