Html Css Color HEX #131AFD Blue

📋 copy color: '#131AFD'

red 19 ◦ green 26 ◦ blue 253

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

Shades of Blue #131AFD

Tints of Blue #131AFD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.72%

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

R = 6.38%
G = 8.72%
B = 84.9%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#131AFD (or 0x131AFD) is known color: Blue. HEX triplet: 13, 1A and FD. RGB value is (19,26,253). Sum of RGB (Red+Green+Blue) = 19+26+253=298 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.38% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 253 (99.22% from 255 or 84.90% from 298); Max value from RGB is 253 - color contains mainly: blue. Hex color #131AFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131AFD is #ECE502. Grayscale: #303030. Windows color (decimal): -15525123 or 16587283. OLE color: 16587283.

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

Color convert

RGB 19 26 253 -
CMYK 0.92 0.90 0 0.01
HSL 238.21º 0.98% 0.53% -
HSV(B) 238.21º 0.92% 0.99% -
XYZ 18.37 7.97 93.5 -
YUV 49.79 242.68 106.04 -
System Red Green Blue C M Y K H S L
Decimal 19 26 253 0.92 0.90 0 0.01 238.21 0.98 0.53
Hex 13 1A FD 5C 5A 0 1 EE 62 35
Octal 23 32 375 134 132 0 1 356 142 65
Binary 10011 11010 11111101 1011100 1011010 0 1 11101110 1100010 110101

Color Harmonies of #131AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131AFD

Black with #131AFD

Text Example


Text Example

White with #131AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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