Html Css Color HEX #130ADD Medium Blue

📋 copy color: '#130ADD'

red 19 ◦ green 10 ◦ blue 221

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

Shades of Medium Blue #130ADD

Tints of Medium Blue #130ADD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4%

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

R = 7.6%
G = 4%
B = 88.4%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#130ADD (or 0x130ADD) is known color: Medium Blue. HEX triplet: 13, 0A and DD. RGB value is (19,10,221). Sum of RGB (Red+Green+Blue) = 19+10+221=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 10 (4.30% from 255 or 4% from 250); Blue value is 221 (86.72% from 255 or 88.4% from 250); Max value from RGB is 221 - color contains mainly: blue. Hex color #130ADD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130ADD is #ECF522. Grayscale: #232323. Windows color (decimal): -15529251 or 14486035. OLE color: 14486035.

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

Color convert

RGB 19 10 221 -
CMYK 0.91 0.95 0 0.13
HSL 242.56º 0.91% 0.45% -
HSV(B) 242.56º 0.95% 0.87% -
XYZ 13.43 5.58 68.78 -
YUV 36.75 231.98 115.34 -
System Red Green Blue C M Y K H S L
Decimal 19 10 221 0.91 0.95 0 0.13 242.56 0.91 0.45
Hex 13 A DD 5B 5F 0 D F3 5B 2D
Octal 23 12 335 133 137 0 15 363 133 55
Binary 10011 1010 11011101 1011011 1011111 0 1101 11110011 1011011 101101

Color Harmonies of #130ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130ADD

Black with #130ADD

Text Example


Text Example

White with #130ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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