Html Css Color HEX #0821CC Medium Blue

📋 copy color: '#0821CC'

red 8 ◦ green 33 ◦ blue 204

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

Shades of Medium Blue #0821CC

Tints of Medium Blue #0821CC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.47%

 BLUE value IS 204 (80.08% from 255) = 83.27%

R = 3.27%
G = 13.47%
B = 83.27%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0821CC (or 0x0821CC) is known color: Medium Blue. HEX triplet: 08, 21 and CC. RGB value is (8,33,204). Sum of RGB (Red+Green+Blue) = 8+33+204=245 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.27% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 204 (80.08% from 255 or 83.27% from 245); Max value from RGB is 204 - color contains mainly: blue. Hex color #0821CC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0821CC is #F7DE33. Grayscale: #2C2C2C. Windows color (decimal): -16244276 or 13377800. OLE color: 13377800.

HSL color Cylindrical-coordinate representation of color #0821CC: hue angle of 232.35º 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 #0821CC is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 8 33 204 -
CMYK 0.96 0.84 0 0.2
HSL 232.35º 0.92% 0.42% -
HSV(B) 232.35º 0.96% 0.8% -
XYZ 11.54 5.5 57.58 -
YUV 45.02 217.72 101.6 -
System Red Green Blue C M Y K H S L
Decimal 8 33 204 0.96 0.84 0 0.2 232.35 0.92 0.42
Hex 8 21 CC 60 54 0 14 E8 5C 2A
Octal 10 41 314 140 124 0 24 350 134 52
Binary 1000 100001 11001100 1100000 1010100 0 10100 11101000 1011100 101010

Color Harmonies of #0821CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0821CC

Black with #0821CC

Text Example


Text Example

White with #0821CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0821CC; }

 p { color: rgb(8,33,204); }

 H1.HeaderClassName
 {
   color: #0821CC;
 }
 .AnyTagClassName
 {
   color: #0821CC;
 }
</style>

background-color css

<style>
 a { background-color: #0821CC; }

 a { background-color: rgb(8,33,204); }

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

border-color css

<style>
 span { border-color: #0821CC; }

 span { border-color: rgb(8,33,204); }

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