Html Css Color HEX #131DF4 Blue

📋 copy color: '#131DF4'

red 19 ◦ green 29 ◦ blue 244

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

Shades of Blue #131DF4

Tints of Blue #131DF4

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.93%

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

R = 6.51%
G = 9.93%
B = 83.56%

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

#131DF4 (or 0x131DF4) is known color: Blue. HEX triplet: 13, 1D and F4. RGB value is (19,29,244). Sum of RGB (Red+Green+Blue) = 19+29+244=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 29 (11.72% from 255 or 9.93% from 292); Blue value is 244 (95.70% from 255 or 83.56% from 292); Max value from RGB is 244 - color contains mainly: blue. Hex color #131DF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #131DF4 is #ECE20B. Grayscale: #313131. Windows color (decimal): -15524364 or 15998227. OLE color: 15998227.

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

Color convert

RGB 19 29 244 -
CMYK 0.92 0.88 0 0.04
HSL 237.33º 0.91% 0.52% -
HSV(B) 237.33º 0.92% 0.96% -
XYZ 17.04 7.55 86.15 -
YUV 50.52 237.19 105.52 -
System Red Green Blue C M Y K H S L
Decimal 19 29 244 0.92 0.88 0 0.04 237.33 0.91 0.52
Hex 13 1D F4 5C 58 0 4 ED 5B 34
Octal 23 35 364 134 130 0 4 355 133 64
Binary 10011 11101 11110100 1011100 1011000 0 100 11101101 1011011 110100

Color Harmonies of #131DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131DF4

Black with #131DF4

Text Example


Text Example

White with #131DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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