Html Css Color HEX #130DDF Medium Blue

📋 copy color: '#130DDF'

red 19 ◦ green 13 ◦ blue 223

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

Shades of Medium Blue #130DDF

Tints of Medium Blue #130DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.1%

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

R = 7.45%
G = 5.1%
B = 87.45%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#130DDF (or 0x130DDF) is known color: Medium Blue. HEX triplet: 13, 0D and DF. RGB value is (19,13,223). Sum of RGB (Red+Green+Blue) = 19+13+223=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 223 (87.5% from 255 or 87.45% from 255); Max value from RGB is 223 - color contains mainly: blue. Hex color #130DDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130DDF is #ECF220. Grayscale: #252525. Windows color (decimal): -15528481 or 14617875. OLE color: 14617875.

HSL color Cylindrical-coordinate representation of color #130DDF: hue angle of 241.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130DDF is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 13 223 -
CMYK 0.91 0.94 0 0.13
HSL 241.71º 0.89% 0.46% -
HSV(B) 241.71º 0.94% 0.87% -
XYZ 13.73 5.75 70.2 -
YUV 38.73 231.99 113.92 -
System Red Green Blue C M Y K H S L
Decimal 19 13 223 0.91 0.94 0 0.13 241.71 0.89 0.46
Hex 13 D DF 5B 5E 0 D F2 59 2E
Octal 23 15 337 133 136 0 15 362 131 56
Binary 10011 1101 11011111 1011011 1011110 0 1101 11110010 1011001 101110

Color Harmonies of #130DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130DDF

Black with #130DDF

Text Example


Text Example

White with #130DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130DDF; }

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

 H1.HeaderClassName
 {
   color: #130DDF;
 }
 .AnyTagClassName
 {
   color: #130DDF;
 }
</style>

background-color css

<style>
 a { background-color: #130DDF; }

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

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

border-color css

<style>
 span { border-color: #130DDF; }

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

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