Html Css Color HEX #131FFA Blue

📋 copy color: '#131FFA'

red 19 ◦ green 31 ◦ blue 250

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

Shades of Blue #131FFA

Tints of Blue #131FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 83.33%

R = 6.33%
G = 10.33%
B = 83.33%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#131FFA (or 0x131FFA) is known color: Blue. HEX triplet: 13, 1F and FA. RGB value is (19,31,250). Sum of RGB (Red+Green+Blue) = 19+31+250=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 250 (98.05% from 255 or 83.33% from 300); Max value from RGB is 250 - color contains mainly: blue. Hex color #131FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131FFA is #ECE005. Grayscale: #333333. Windows color (decimal): -15523846 or 16391955. OLE color: 16391955.

HSL color Cylindrical-coordinate representation of color #131FFA: hue angle of 236.88º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131FFA is Cyan = 0.92, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 31 250 -
CMYK 0.92 0.88 0 0.02
HSL 236.88º 0.96% 0.53% -
HSV(B) 236.88º 0.92% 0.98% -
XYZ 18.01 8.02 91.04 -
YUV 52.38 239.52 104.19 -
System Red Green Blue C M Y K H S L
Decimal 19 31 250 0.92 0.88 0 0.02 236.88 0.96 0.53
Hex 13 1F FA 5C 58 0 2 ED 60 35
Octal 23 37 372 134 130 0 2 355 140 65
Binary 10011 11111 11111010 1011100 1011000 0 10 11101101 1100000 110101

Color Harmonies of #131FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131FFA

Black with #131FFA

Text Example


Text Example

White with #131FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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