Html Css Color HEX #1308D4 Medium Blue

📋 copy color: '#1308D4'

red 19 ◦ green 8 ◦ blue 212

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

Shades of Medium Blue #1308D4

Tints of Medium Blue #1308D4

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.35%

 BLUE value IS 212 (83.2% from 255) = 88.7%

R = 7.95%
G = 3.35%
B = 88.7%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#1308D4 (or 0x1308D4) is known color: Medium Blue. HEX triplet: 13, 08 and D4. RGB value is (19,8,212). Sum of RGB (Red+Green+Blue) = 19+8+212=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 212 (83.20% from 255 or 88.70% from 239); Max value from RGB is 212 - color contains mainly: blue. Hex color #1308D4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1308D4 is #ECF72B. Grayscale: #212121. Windows color (decimal): -15529772 or 13895699. OLE color: 13895699.

HSL color Cylindrical-coordinate representation of color #1308D4: hue angle of 243.24º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1308D4 is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 19 8 212 -
CMYK 0.91 0.96 0 0.17
HSL 243.24º 0.93% 0.43% -
HSV(B) 243.24º 0.96% 0.83% -
XYZ 12.24 5.07 62.62 -
YUV 34.55 228.14 116.91 -
System Red Green Blue C M Y K H S L
Decimal 19 8 212 0.91 0.96 0 0.17 243.24 0.93 0.43
Hex 13 8 D4 5B 60 0 11 F3 5D 2B
Octal 23 10 324 133 140 0 21 363 135 53
Binary 10011 1000 11010100 1011011 1100000 0 10001 11110011 1011101 101011

Color Harmonies of #1308D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1308D4

Black with #1308D4

Text Example


Text Example

White with #1308D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1308D4; }

 p { color: rgb(19,8,212); }

 H1.HeaderClassName
 {
   color: #1308D4;
 }
 .AnyTagClassName
 {
   color: #1308D4;
 }
</style>

background-color css

<style>
 a { background-color: #1308D4; }

 a { background-color: rgb(19,8,212); }

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

border-color css

<style>
 span { border-color: #1308D4; }

 span { border-color: rgb(19,8,212); }

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