Html Css Color HEX #131AF7 Blue

📋 copy color: '#131AF7'

red 19 ◦ green 26 ◦ blue 247

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

Shades of Blue #131AF7

Tints of Blue #131AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 84.59%

R = 6.51%
G = 8.9%
B = 84.59%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#131AF7 (or 0x131AF7) is known color: Blue. HEX triplet: 13, 1A and F7. RGB value is (19,26,247). Sum of RGB (Red+Green+Blue) = 19+26+247=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 247 (96.88% from 255 or 84.59% from 292); Max value from RGB is 247 - color contains mainly: blue. Hex color #131AF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131AF7 is #ECE508. Grayscale: #303030. Windows color (decimal): -15525129 or 16194067. OLE color: 16194067.

HSL color Cylindrical-coordinate representation of color #131AF7: hue angle of 238.16º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131AF7 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 19 26 247 -
CMYK 0.92 0.89 0 0.03
HSL 238.16º 0.93% 0.52% -
HSV(B) 238.16º 0.92% 0.97% -
XYZ 17.43 7.59 88.54 -
YUV 49.1 239.68 106.53 -
System Red Green Blue C M Y K H S L
Decimal 19 26 247 0.92 0.89 0 0.03 238.16 0.93 0.52
Hex 13 1A F7 5C 59 0 3 EE 5D 34
Octal 23 32 367 134 131 0 3 356 135 64
Binary 10011 11010 11110111 1011100 1011001 0 11 11101110 1011101 110100

Color Harmonies of #131AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131AF7

Black with #131AF7

Text Example


Text Example

White with #131AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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