Html Css Color HEX #131FDF Medium Blue

📋 copy color: '#131FDF'

red 19 ◦ green 31 ◦ blue 223

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

Shades of Medium Blue #131FDF

Tints of Medium Blue #131FDF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.36%

 BLUE value IS 223 (87.5% from 255) = 81.68%

R = 6.96%
G = 11.36%
B = 81.68%

CMYK

 C value IS 0.91

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#131FDF (or 0x131FDF) is known color: Medium Blue. HEX triplet: 13, 1F and DF. RGB value is (19,31,223). Sum of RGB (Red+Green+Blue) = 19+31+223=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 223 (87.5% from 255 or 81.68% from 273); Max value from RGB is 223 - color contains mainly: blue. Hex color #131FDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131FDF is #ECE020. Grayscale: #303030. Windows color (decimal): -15523873 or 14622483. OLE color: 14622483.

HSL color Cylindrical-coordinate representation of color #131FDF: hue angle of 236.47º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #131FDF is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 31 223 -
CMYK 0.91 0.86 0 0.13
HSL 236.47º 0.84% 0.47% -
HSV(B) 236.47º 0.91% 0.87% -
XYZ 14.08 6.45 70.31 -
YUV 49.3 226.02 106.39 -
System Red Green Blue C M Y K H S L
Decimal 19 31 223 0.91 0.86 0 0.13 236.47 0.84 0.47
Hex 13 1F DF 5B 56 0 D EC 54 2F
Octal 23 37 337 133 126 0 15 354 124 57
Binary 10011 11111 11011111 1011011 1010110 0 1101 11101100 1010100 101111

Color Harmonies of #131FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131FDF

Black with #131FDF

Text Example


Text Example

White with #131FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,31,223); }

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

background-color css

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

 a { background-color: rgb(19,31,223); }

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

border-color css

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

 span { border-color: rgb(19,31,223); }

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