Html Css Color HEX #1304D6 Medium Blue

📋 copy color: '#1304D6'

red 19 ◦ green 4 ◦ blue 214

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

Shades of Medium Blue #1304D6

Tints of Medium Blue #1304D6

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

 BLUE value IS 214 (83.98% from 255) = 90.3%

R = 8.02%
G = 1.69%
B = 90.3%

CMYK

 C value IS 0.91

 M value IS 0.98

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1304D6 (or 0x1304D6) is known color: Medium Blue. HEX triplet: 13, 04 and D6. RGB value is (19,4,214). Sum of RGB (Red+Green+Blue) = 19+4+214=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 214 (83.98% from 255 or 90.30% from 237); Max value from RGB is 214 - color contains mainly: blue. Hex color #1304D6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1304D6 is #ECFB29. Grayscale: #1F1F1F. Windows color (decimal): -15530794 or 14025747. OLE color: 14025747.

HSL color Cylindrical-coordinate representation of color #1304D6: hue angle of 244.29º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1304D6 is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 4 214 -
CMYK 0.91 0.98 0 0.16
HSL 244.29º 0.96% 0.43% -
HSV(B) 244.29º 0.98% 0.84% -
XYZ 12.45 5.08 63.94 -
YUV 32.43 230.47 118.42 -
System Red Green Blue C M Y K H S L
Decimal 19 4 214 0.91 0.98 0 0.16 244.29 0.96 0.43
Hex 13 4 D6 5B 62 0 10 F4 60 2B
Octal 23 4 326 133 142 0 20 364 140 53
Binary 10011 100 11010110 1011011 1100010 0 10000 11110100 1100000 101011

Color Harmonies of #1304D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1304D6

Black with #1304D6

Text Example


Text Example

White with #1304D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1304D6; }

 p { color: rgb(19,4,214); }

 H1.HeaderClassName
 {
   color: #1304D6;
 }
 .AnyTagClassName
 {
   color: #1304D6;
 }
</style>

background-color css

<style>
 a { background-color: #1304D6; }

 a { background-color: rgb(19,4,214); }

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

border-color css

<style>
 span { border-color: #1304D6; }

 span { border-color: rgb(19,4,214); }

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