Html Css Color HEX #131EF4 Blue

📋 copy color: '#131EF4'

red 19 ◦ green 30 ◦ blue 244

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

Shades of Blue #131EF4

Tints of Blue #131EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 83.28%

R = 6.48%
G = 10.24%
B = 83.28%

CMYK

 C value IS 0.92

 M value IS 0.88

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#131EF4 (or 0x131EF4) is known color: Blue. HEX triplet: 13, 1E and F4. RGB value is (19,30,244). Sum of RGB (Red+Green+Blue) = 19+30+244=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 244 (95.70% from 255 or 83.28% from 293); Max value from RGB is 244 - color contains mainly: blue. Hex color #131EF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131EF4 is #ECE10B. Grayscale: #323232. Windows color (decimal): -15524108 or 15998483. OLE color: 15998483.

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

Color convert

RGB 19 30 244 -
CMYK 0.92 0.88 0 0.04
HSL 237.07º 0.91% 0.52% -
HSV(B) 237.07º 0.92% 0.96% -
XYZ 17.06 7.6 86.16 -
YUV 51.11 236.86 105.1 -
System Red Green Blue C M Y K H S L
Decimal 19 30 244 0.92 0.88 0 0.04 237.07 0.91 0.52
Hex 13 1E F4 5C 58 0 4 ED 5B 34
Octal 23 36 364 134 130 0 4 355 133 64
Binary 10011 11110 11110100 1011100 1011000 0 100 11101101 1011011 110100

Color Harmonies of #131EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131EF4

Black with #131EF4

Text Example


Text Example

White with #131EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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