Html Css Color HEX #131FFD Blue

📋 copy color: '#131FFD'

red 19 ◦ green 31 ◦ blue 253

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

Shades of Blue #131FFD

Tints of Blue #131FFD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.23%

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

R = 6.27%
G = 10.23%
B = 83.5%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#131FFD (or 0x131FFD) is known color: Blue. HEX triplet: 13, 1F and FD. RGB value is (19,31,253). Sum of RGB (Red+Green+Blue) = 19+31+253=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 31 (12.5% from 255 or 10.23% from 303); Blue value is 253 (99.22% from 255 or 83.50% from 303); Max value from RGB is 253 - color contains mainly: blue. Hex color #131FFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131FFD is #ECE002. Grayscale: #333333. Windows color (decimal): -15523843 or 16588563. OLE color: 16588563.

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

Color convert

RGB 19 31 253 -
CMYK 0.92 0.88 0 0.01
HSL 236.92º 0.98% 0.53% -
HSV(B) 236.92º 0.92% 0.99% -
XYZ 18.49 8.21 93.54 -
YUV 52.72 241.02 103.95 -
System Red Green Blue C M Y K H S L
Decimal 19 31 253 0.92 0.88 0 0.01 236.92 0.98 0.53
Hex 13 1F FD 5C 58 0 1 ED 62 35
Octal 23 37 375 134 130 0 1 355 142 65
Binary 10011 11111 11111101 1011100 1011000 0 1 11101101 1100010 110101

Color Harmonies of #131FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131FFD

Black with #131FFD

Text Example


Text Example

White with #131FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131FFD; }

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

 H1.HeaderClassName
 {
   color: #131FFD;
 }
 .AnyTagClassName
 {
   color: #131FFD;
 }
</style>

background-color css

<style>
 a { background-color: #131FFD; }

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

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

border-color css

<style>
 span { border-color: #131FFD; }

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

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