Html Css Color HEX #1305CD Medium Blue

📋 copy color: '#1305CD'

red 19 ◦ green 5 ◦ blue 205

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

Shades of Medium Blue #1305CD

Tints of Medium Blue #1305CD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.18%

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

R = 8.3%
G = 2.18%
B = 89.52%

CMYK

 C value IS 0.91

 M value IS 0.98

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1305CD (or 0x1305CD) is known color: Medium Blue. HEX triplet: 13, 05 and CD. RGB value is (19,5,205). Sum of RGB (Red+Green+Blue) = 19+5+205=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 205 (80.47% from 255 or 89.52% from 229); Max value from RGB is 205 - color contains mainly: blue. Hex color #1305CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1305CD is #ECFA32. Grayscale: #1F1F1F. Windows color (decimal): -15530547 or 13436179. OLE color: 13436179.

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

Color convert

RGB 19 5 205 -
CMYK 0.91 0.98 0 0.20
HSL 244.2º 0.95% 0.41% -
HSV(B) 244.2º 0.98% 0.8% -
XYZ 11.34 4.65 58.06 -
YUV 31.99 225.64 118.74 -
System Red Green Blue C M Y K H S L
Decimal 19 5 205 0.91 0.98 0 0.20 244.2 0.95 0.41
Hex 13 5 CD 5B 62 0 14 F4 5F 29
Octal 23 5 315 133 142 0 24 364 137 51
Binary 10011 101 11001101 1011011 1100010 0 10100 11110100 1011111 101001

Color Harmonies of #1305CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1305CD

Black with #1305CD

Text Example


Text Example

White with #1305CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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