Html Css Color HEX #0819DE Medium Blue

📋 copy color: '#0819DE'

red 8 ◦ green 25 ◦ blue 222

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

Shades of Medium Blue #0819DE

Tints of Medium Blue #0819DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 87.06%

R = 3.14%
G = 9.8%
B = 87.06%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0819DE (or 0x0819DE) is known color: Medium Blue. HEX triplet: 08, 19 and DE. RGB value is (8,25,222). Sum of RGB (Red+Green+Blue) = 8+25+222=255 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.14% from 255); Green value is 25 (10.16% from 255 or 9.80% from 255); Blue value is 222 (87.11% from 255 or 87.06% from 255); Max value from RGB is 222 - color contains mainly: blue. Hex color #0819DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0819DE is #F7E621. Grayscale: #292929. Windows color (decimal): -16246306 or 14555400. OLE color: 14555400.

HSL color Cylindrical-coordinate representation of color #0819DE: hue angle of 235.23º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0819DE is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 25 222 -
CMYK 0.96 0.89 0 0.13
HSL 235.23º 0.93% 0.45% -
HSV(B) 235.23º 0.96% 0.87% -
XYZ 13.63 6.02 69.55 -
YUV 42.38 229.37 103.48 -
System Red Green Blue C M Y K H S L
Decimal 8 25 222 0.96 0.89 0 0.13 235.23 0.93 0.45
Hex 8 19 DE 60 59 0 D EB 5D 2D
Octal 10 31 336 140 131 0 15 353 135 55
Binary 1000 11001 11011110 1100000 1011001 0 1101 11101011 1011101 101101

Color Harmonies of #0819DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0819DE

Black with #0819DE

Text Example


Text Example

White with #0819DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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