Html Css Color HEX #130ADF Medium Blue

📋 copy color: '#130ADF'

red 19 ◦ green 10 ◦ blue 223

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

Shades of Medium Blue #130ADF

Tints of Medium Blue #130ADF

RGB

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

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

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

R = 7.54%
G = 3.97%
B = 88.49%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#130ADF (or 0x130ADF) is known color: Medium Blue. HEX triplet: 13, 0A and DF. RGB value is (19,10,223). Sum of RGB (Red+Green+Blue) = 19+10+223=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 223 (87.5% from 255 or 88.49% from 252); Max value from RGB is 223 - color contains mainly: blue. Hex color #130ADF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130ADF is #ECF520. Grayscale: #242424. Windows color (decimal): -15529249 or 14617107. OLE color: 14617107.

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

Color convert

RGB 19 10 223 -
CMYK 0.91 0.96 0 0.13
HSL 242.54º 0.91% 0.46% -
HSV(B) 242.54º 0.96% 0.87% -
XYZ 13.7 5.68 70.19 -
YUV 36.97 232.98 115.18 -
System Red Green Blue C M Y K H S L
Decimal 19 10 223 0.91 0.96 0 0.13 242.54 0.91 0.46
Hex 13 A DF 5B 60 0 D F3 5B 2E
Octal 23 12 337 133 140 0 15 363 133 56
Binary 10011 1010 11011111 1011011 1100000 0 1101 11110011 1011011 101110

Color Harmonies of #130ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130ADF

Black with #130ADF

Text Example


Text Example

White with #130ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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