Html Css Color HEX #131AF8 Blue

📋 copy color: '#131AF8'

red 19 ◦ green 26 ◦ blue 248

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

Shades of Blue #131AF8

Tints of Blue #131AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 84.64%

R = 6.48%
G = 8.87%
B = 84.64%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#131AF8 (or 0x131AF8) is known color: Blue. HEX triplet: 13, 1A and F8. RGB value is (19,26,248). Sum of RGB (Red+Green+Blue) = 19+26+248=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 248 (97.27% from 255 or 84.64% from 293); Max value from RGB is 248 - color contains mainly: blue. Hex color #131AF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131AF8 is #ECE507. Grayscale: #303030. Windows color (decimal): -15525128 or 16259603. OLE color: 16259603.

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

Color convert

RGB 19 26 248 -
CMYK 0.92 0.90 0 0.03
HSL 238.17º 0.94% 0.52% -
HSV(B) 238.17º 0.92% 0.97% -
XYZ 17.58 7.65 89.36 -
YUV 49.22 240.18 106.45 -
System Red Green Blue C M Y K H S L
Decimal 19 26 248 0.92 0.90 0 0.03 238.17 0.94 0.52
Hex 13 1A F8 5C 5A 0 3 EE 5E 34
Octal 23 32 370 134 132 0 3 356 136 64
Binary 10011 11010 11111000 1011100 1011010 0 11 11101110 1011110 110100

Color Harmonies of #131AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131AF8

Black with #131AF8

Text Example


Text Example

White with #131AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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