Html Css Color HEX #130EDD Medium Blue

📋 copy color: '#130EDD'

red 19 ◦ green 14 ◦ blue 221

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

Shades of Medium Blue #130EDD

Tints of Medium Blue #130EDD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.51%

 BLUE value IS 221 (86.72% from 255) = 87.01%

R = 7.48%
G = 5.51%
B = 87.01%

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

#130EDD (or 0x130EDD) is known color: Medium Blue. HEX triplet: 13, 0E and DD. RGB value is (19,14,221). Sum of RGB (Red+Green+Blue) = 19+14+221=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 221 (86.72% from 255 or 87.01% from 254); Max value from RGB is 221 - color contains mainly: blue. Hex color #130EDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130EDD is #ECF122. Grayscale: #262626. Windows color (decimal): -15528227 or 14487059. OLE color: 14487059.

HSL color Cylindrical-coordinate representation of color #130EDD: hue angle of 241.45º degrees, saturation: 0.88, 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 #130EDD is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 14 221 -
CMYK 0.91 0.94 0 0.13
HSL 241.45º 0.88% 0.46% -
HSV(B) 241.45º 0.94% 0.87% -
XYZ 13.48 5.67 68.79 -
YUV 39.09 230.66 113.67 -
System Red Green Blue C M Y K H S L
Decimal 19 14 221 0.91 0.94 0 0.13 241.45 0.88 0.46
Hex 13 E DD 5B 5E 0 D F1 58 2E
Octal 23 16 335 133 136 0 15 361 130 56
Binary 10011 1110 11011101 1011011 1011110 0 1101 11110001 1011000 101110

Color Harmonies of #130EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130EDD

Black with #130EDD

Text Example


Text Example

White with #130EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,14,221); }

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

background-color css

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

 a { background-color: rgb(19,14,221); }

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

border-color css

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

 span { border-color: rgb(19,14,221); }

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