Html Css Color HEX #0819CD Medium Blue

📋 copy color: '#0819CD'

red 8 ◦ green 25 ◦ blue 205

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

Shades of Medium Blue #0819CD

Tints of Medium Blue #0819CD

RGB

 RED value IS 8 (3.52% from 255) = 3.36%

 GREEN value IS 25 (10.16% from 255) = 10.5%

 BLUE value IS 205 (80.47% from 255) = 86.13%

R = 3.36%
G = 10.5%
B = 86.13%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0819CD (or 0x0819CD) is known color: Medium Blue. HEX triplet: 08, 19 and CD. RGB value is (8,25,205). Sum of RGB (Red+Green+Blue) = 8+25+205=238 (31% of max value = 765). Red value is 8 (3.52% from 255 or 3.36% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 205 (80.47% from 255 or 86.13% from 238); Max value from RGB is 205 - color contains mainly: blue. Hex color #0819CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0819CD is #F7E632. Grayscale: #272727. Windows color (decimal): -16246323 or 13441288. OLE color: 13441288.

HSL color Cylindrical-coordinate representation of color #0819CD: hue angle of 234.82º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0819CD is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 25 205 -
CMYK 0.96 0.88 0 0.20
HSL 234.82º 0.92% 0.42% -
HSV(B) 234.82º 0.96% 0.8% -
XYZ 11.47 5.15 58.15 -
YUV 40.44 220.87 104.86 -
System Red Green Blue C M Y K H S L
Decimal 8 25 205 0.96 0.88 0 0.20 234.82 0.92 0.42
Hex 8 19 CD 60 58 0 14 EB 5C 2A
Octal 10 31 315 140 130 0 24 353 134 52
Binary 1000 11001 11001101 1100000 1011000 0 10100 11101011 1011100 101010

Color Harmonies of #0819CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0819CD

Black with #0819CD

Text Example


Text Example

White with #0819CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0819CD; }

 p { color: rgb(8,25,205); }

 H1.HeaderClassName
 {
   color: #0819CD;
 }
 .AnyTagClassName
 {
   color: #0819CD;
 }
</style>

background-color css

<style>
 a { background-color: #0819CD; }

 a { background-color: rgb(8,25,205); }

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

border-color css

<style>
 span { border-color: #0819CD; }

 span { border-color: rgb(8,25,205); }

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