Html Css Color HEX #0826DD Medium Blue

📋 copy color: '#0826DD'

red 8 ◦ green 38 ◦ blue 221

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

Shades of Medium Blue #0826DD

Tints of Medium Blue #0826DD

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.23%

 BLUE value IS 221 (86.72% from 255) = 82.77%

R = 3%
G = 14.23%
B = 82.77%

CMYK

 C value IS 0.96

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0826DD (or 0x0826DD) is known color: Medium Blue. HEX triplet: 08, 26 and DD. RGB value is (8,38,221). Sum of RGB (Red+Green+Blue) = 8+38+221=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 221 (86.72% from 255 or 82.77% from 267); Max value from RGB is 221 - color contains mainly: blue. Hex color #0826DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0826DD is #F7D922. Grayscale: #313131. Windows color (decimal): -16242979 or 14493192. OLE color: 14493192.

HSL color Cylindrical-coordinate representation of color #0826DD: hue angle of 231.55º 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 #0826DD is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 38 221 -
CMYK 0.96 0.83 0 0.13
HSL 231.55º 0.93% 0.45% -
HSV(B) 231.55º 0.96% 0.87% -
XYZ 13.84 6.66 68.96 -
YUV 49.89 224.56 98.12 -
System Red Green Blue C M Y K H S L
Decimal 8 38 221 0.96 0.83 0 0.13 231.55 0.93 0.45
Hex 8 26 DD 60 53 0 D E8 5D 2D
Octal 10 46 335 140 123 0 15 350 135 55
Binary 1000 100110 11011101 1100000 1010011 0 1101 11101000 1011101 101101

Color Harmonies of #0826DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0826DD

Black with #0826DD

Text Example


Text Example

White with #0826DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0826DD; }

 p { color: rgb(8,38,221); }

 H1.HeaderClassName
 {
   color: #0826DD;
 }
 .AnyTagClassName
 {
   color: #0826DD;
 }
</style>

background-color css

<style>
 a { background-color: #0826DD; }

 a { background-color: rgb(8,38,221); }

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

border-color css

<style>
 span { border-color: #0826DD; }

 span { border-color: rgb(8,38,221); }

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