Html Css Color HEX #130DDE Medium Blue

📋 copy color: '#130DDE'

red 19 ◦ green 13 ◦ blue 222

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

Shades of Medium Blue #130DDE

Tints of Medium Blue #130DDE

RGB

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

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

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

R = 7.48%
G = 5.12%
B = 87.4%

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

#130DDE (or 0x130DDE) is known color: Medium Blue. HEX triplet: 13, 0D and DE. RGB value is (19,13,222). Sum of RGB (Red+Green+Blue) = 19+13+222=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 222 (87.11% from 255 or 87.40% from 254); Max value from RGB is 222 - color contains mainly: blue. Hex color #130DDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130DDE is #ECF221. Grayscale: #252525. Windows color (decimal): -15528482 or 14552339. OLE color: 14552339.

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

Color convert

RGB 19 13 222 -
CMYK 0.91 0.94 0 0.13
HSL 241.72º 0.89% 0.46% -
HSV(B) 241.72º 0.94% 0.87% -
XYZ 13.6 5.7 69.49 -
YUV 38.62 231.49 114.01 -
System Red Green Blue C M Y K H S L
Decimal 19 13 222 0.91 0.94 0 0.13 241.72 0.89 0.46
Hex 13 D DE 5B 5E 0 D F2 59 2E
Octal 23 15 336 133 136 0 15 362 131 56
Binary 10011 1101 11011110 1011011 1011110 0 1101 11110010 1011001 101110

Color Harmonies of #130DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130DDE

Black with #130DDE

Text Example


Text Example

White with #130DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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