Html Css Color HEX #1302CD Medium Blue

📋 copy color: '#1302CD'

red 19 ◦ green 2 ◦ blue 205

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

Shades of Medium Blue #1302CD

Tints of Medium Blue #1302CD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

 BLUE value IS 205 (80.47% from 255) = 90.71%

R = 8.41%
G = 0.88%
B = 90.71%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1302CD (or 0x1302CD) is known color: Medium Blue. HEX triplet: 13, 02 and CD. RGB value is (19,2,205). Sum of RGB (Red+Green+Blue) = 19+2+205=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 205 (80.47% from 255 or 90.71% from 226); Max value from RGB is 205 - color contains mainly: blue. Hex color #1302CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1302CD is #ECFD32. Grayscale: #1D1D1D. Windows color (decimal): -15531315 or 13435411. OLE color: 13435411.

HSL color Cylindrical-coordinate representation of color #1302CD: hue angle of 245.02º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1302CD is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 2 205 -
CMYK 0.91 0.99 0 0.20
HSL 245.02º 0.98% 0.41% -
HSV(B) 245.02º 0.99% 0.8% -
XYZ 11.31 4.59 58.05 -
YUV 30.23 226.63 119.99 -
System Red Green Blue C M Y K H S L
Decimal 19 2 205 0.91 0.99 0 0.20 245.02 0.98 0.41
Hex 13 2 CD 5B 63 0 14 F5 62 29
Octal 23 2 315 133 143 0 24 365 142 51
Binary 10011 10 11001101 1011011 1100011 0 10100 11110101 1100010 101001

Color Harmonies of #1302CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1302CD

Black with #1302CD

Text Example


Text Example

White with #1302CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1302CD; }

 p { color: rgb(19,2,205); }

 H1.HeaderClassName
 {
   color: #1302CD;
 }
 .AnyTagClassName
 {
   color: #1302CD;
 }
</style>

background-color css

<style>
 a { background-color: #1302CD; }

 a { background-color: rgb(19,2,205); }

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

border-color css

<style>
 span { border-color: #1302CD; }

 span { border-color: rgb(19,2,205); }

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