Html Css Color HEX #130DDD Medium Blue

📋 copy color: '#130DDD'

red 19 ◦ green 13 ◦ blue 221

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

Shades of Medium Blue #130DDD

Tints of Medium Blue #130DDD

RGB

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

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

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

R = 7.51%
G = 5.14%
B = 87.35%

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

#130DDD (or 0x130DDD) is known color: Medium Blue. HEX triplet: 13, 0D and DD. RGB value is (19,13,221). Sum of RGB (Red+Green+Blue) = 19+13+221=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 221 (86.72% from 255 or 87.35% from 253); Max value from RGB is 221 - color contains mainly: blue. Hex color #130DDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130DDD is #ECF222. Grayscale: #252525. Windows color (decimal): -15528483 or 14486803. OLE color: 14486803.

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

Color convert

RGB 19 13 221 -
CMYK 0.91 0.94 0 0.13
HSL 241.73º 0.89% 0.46% -
HSV(B) 241.73º 0.94% 0.87% -
XYZ 13.46 5.65 68.79 -
YUV 38.51 230.99 114.09 -
System Red Green Blue C M Y K H S L
Decimal 19 13 221 0.91 0.94 0 0.13 241.73 0.89 0.46
Hex 13 D DD 5B 5E 0 D F2 59 2E
Octal 23 15 335 133 136 0 15 362 131 56
Binary 10011 1101 11011101 1011011 1011110 0 1101 11110010 1011001 101110

Color Harmonies of #130DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130DDD

Black with #130DDD

Text Example


Text Example

White with #130DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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