Html Css Color HEX #1304DF Medium Blue

📋 copy color: '#1304DF'

red 19 ◦ green 4 ◦ blue 223

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

Shades of Medium Blue #1304DF

Tints of Medium Blue #1304DF

RGB

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

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

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

R = 7.72%
G = 1.63%
B = 90.65%

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

#1304DF (or 0x1304DF) is known color: Medium Blue. HEX triplet: 13, 04 and DF. RGB value is (19,4,223). Sum of RGB (Red+Green+Blue) = 19+4+223=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 223 (87.5% from 255 or 90.65% from 246); Max value from RGB is 223 - color contains mainly: blue. Hex color #1304DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1304DF is #ECFB20. Grayscale: #202020. Windows color (decimal): -15530785 or 14615571. OLE color: 14615571.

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

Color convert

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

Color Harmonies of #1304DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1304DF

Black with #1304DF

Text Example


Text Example

White with #1304DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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