Html Css Color HEX #1305DF Medium Blue

📋 copy color: '#1305DF'

red 19 ◦ green 5 ◦ blue 223

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

Shades of Medium Blue #1305DF

Tints of Medium Blue #1305DF

RGB

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

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

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

R = 7.69%
G = 2.02%
B = 90.28%

CMYK

 C value IS 0.91

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1305DF (or 0x1305DF) is known color: Medium Blue. HEX triplet: 13, 05 and DF. RGB value is (19,5,223). Sum of RGB (Red+Green+Blue) = 19+5+223=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 223 (87.5% from 255 or 90.28% from 247); Max value from RGB is 223 - color contains mainly: blue. Hex color #1305DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1305DF is #ECFA20. Grayscale: #212121. Windows color (decimal): -15530529 or 14615827. OLE color: 14615827.

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

Color convert

RGB 19 5 223 -
CMYK 0.91 0.98 0 0.13
HSL 243.85º 0.96% 0.45% -
HSV(B) 243.85º 0.98% 0.87% -
XYZ 13.64 5.57 70.17 -
YUV 34.04 234.64 117.27 -
System Red Green Blue C M Y K H S L
Decimal 19 5 223 0.91 0.98 0 0.13 243.85 0.96 0.45
Hex 13 5 DF 5B 62 0 D F4 60 2D
Octal 23 5 337 133 142 0 15 364 140 55
Binary 10011 101 11011111 1011011 1100010 0 1101 11110100 1100000 101101

Color Harmonies of #1305DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1305DF

Black with #1305DF

Text Example


Text Example

White with #1305DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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