Html Css Color HEX #130ADE Medium Blue

📋 copy color: '#130ADE'

red 19 ◦ green 10 ◦ blue 222

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

Shades of Medium Blue #130ADE

Tints of Medium Blue #130ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 88.45%

R = 7.57%
G = 3.98%
B = 88.45%

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

#130ADE (or 0x130ADE) is known color: Medium Blue. HEX triplet: 13, 0A and DE. RGB value is (19,10,222). Sum of RGB (Red+Green+Blue) = 19+10+222=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 222 (87.11% from 255 or 88.45% from 251); Max value from RGB is 222 - color contains mainly: blue. Hex color #130ADE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130ADE is #ECF521. Grayscale: #242424. Windows color (decimal): -15529250 or 14551571. OLE color: 14551571.

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

Color convert

RGB 19 10 222 -
CMYK 0.91 0.95 0 0.13
HSL 242.55º 0.91% 0.45% -
HSV(B) 242.55º 0.95% 0.87% -
XYZ 13.56 5.63 69.48 -
YUV 36.86 232.48 115.26 -
System Red Green Blue C M Y K H S L
Decimal 19 10 222 0.91 0.95 0 0.13 242.55 0.91 0.45
Hex 13 A DE 5B 5F 0 D F3 5B 2D
Octal 23 12 336 133 137 0 15 363 133 55
Binary 10011 1010 11011110 1011011 1011111 0 1101 11110011 1011011 101101

Color Harmonies of #130ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130ADE

Black with #130ADE

Text Example


Text Example

White with #130ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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