Html Css Color HEX #131EF0 Blue

📋 copy color: '#131EF0'

red 19 ◦ green 30 ◦ blue 240

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

Shades of Blue #131EF0

Tints of Blue #131EF0

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.38%

 BLUE value IS 240 (94.14% from 255) = 83.04%

R = 6.57%
G = 10.38%
B = 83.04%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#131EF0 (or 0x131EF0) is known color: Blue. HEX triplet: 13, 1E and F0. RGB value is (19,30,240). Sum of RGB (Red+Green+Blue) = 19+30+240=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 240 (94.14% from 255 or 83.04% from 289); Max value from RGB is 240 - color contains mainly: blue. Hex color #131EF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131EF0 is #ECE10F. Grayscale: #313131. Windows color (decimal): -15524112 or 15736339. OLE color: 15736339.

HSL color Cylindrical-coordinate representation of color #131EF0: hue angle of 237.01º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #131EF0 is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 30 240 -
CMYK 0.92 0.87 0 0.06
HSL 237.01º 0.88% 0.51% -
HSV(B) 237.01º 0.92% 0.94% -
XYZ 16.46 7.36 82.99 -
YUV 50.65 234.86 105.42 -
System Red Green Blue C M Y K H S L
Decimal 19 30 240 0.92 0.87 0 0.06 237.01 0.88 0.51
Hex 13 1E F0 5C 57 0 6 ED 58 33
Octal 23 36 360 134 127 0 6 355 130 63
Binary 10011 11110 11110000 1011100 1010111 0 110 11101101 1011000 110011

Color Harmonies of #131EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131EF0

Black with #131EF0

Text Example


Text Example

White with #131EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,30,240); }

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

background-color css

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

 a { background-color: rgb(19,30,240); }

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

border-color css

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

 span { border-color: rgb(19,30,240); }

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