Html Css Color HEX #1308CF Medium Blue

📋 copy color: '#1308CF'

red 19 ◦ green 8 ◦ blue 207

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

Shades of Medium Blue #1308CF

Tints of Medium Blue #1308CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 88.46%

R = 8.12%
G = 3.42%
B = 88.46%

CMYK

 C value IS 0.91

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1308CF (or 0x1308CF) is known color: Medium Blue. HEX triplet: 13, 08 and CF. RGB value is (19,8,207). Sum of RGB (Red+Green+Blue) = 19+8+207=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 207 (81.25% from 255 or 88.46% from 234); Max value from RGB is 207 - color contains mainly: blue. Hex color #1308CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1308CF is #ECF730. Grayscale: #212121. Windows color (decimal): -15529777 or 13568019. OLE color: 13568019.

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

Color convert

RGB 19 8 207 -
CMYK 0.91 0.96 0 0.19
HSL 243.32º 0.93% 0.42% -
HSV(B) 243.32º 0.96% 0.81% -
XYZ 11.62 4.82 59.35 -
YUV 33.98 225.64 117.32 -
System Red Green Blue C M Y K H S L
Decimal 19 8 207 0.91 0.96 0 0.19 243.32 0.93 0.42
Hex 13 8 CF 5B 60 0 13 F3 5D 2A
Octal 23 10 317 133 140 0 23 363 135 52
Binary 10011 1000 11001111 1011011 1100000 0 10011 11110011 1011101 101010

Color Harmonies of #1308CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1308CF

Black with #1308CF

Text Example


Text Example

White with #1308CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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