Html Css Color HEX #0621DD Medium Blue

📋 copy color: '#0621DD'

red 6 ◦ green 33 ◦ blue 221

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

Shades of Medium Blue #0621DD

Tints of Medium Blue #0621DD

RGB

 RED value IS 6 (2.73% from 255) = 2.31%

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

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

R = 2.31%
G = 12.69%
B = 85%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0621DD (or 0x0621DD) is known color: Medium Blue. HEX triplet: 06, 21 and DD. RGB value is (6,33,221). Sum of RGB (Red+Green+Blue) = 6+33+221=260 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.31% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 221 (86.72% from 255 or 85% from 260); Max value from RGB is 221 - color contains mainly: blue. Hex color #0621DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0621DD is #F9DE22. Grayscale: #2D2D2D. Windows color (decimal): -16375331 or 14491910. OLE color: 14491910.

HSL color Cylindrical-coordinate representation of color #0621DD: hue angle of 232.47º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0621DD is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 33 221 -
CMYK 0.97 0.85 0 0.13
HSL 232.47º 0.95% 0.45% -
HSV(B) 232.47º 0.97% 0.87% -
XYZ 13.67 6.35 68.91 -
YUV 46.36 226.55 99.21 -
System Red Green Blue C M Y K H S L
Decimal 6 33 221 0.97 0.85 0 0.13 232.47 0.95 0.45
Hex 6 21 DD 61 55 0 D E8 5F 2D
Octal 6 41 335 141 125 0 15 350 137 55
Binary 110 100001 11011101 1100001 1010101 0 1101 11101000 1011111 101101

Color Harmonies of #0621DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0621DD

Black with #0621DD

Text Example


Text Example

White with #0621DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,33,221); }

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

background-color css

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

 a { background-color: rgb(6,33,221); }

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

border-color css

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

 span { border-color: rgb(6,33,221); }

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