Html Css Color HEX #0308DD Medium Blue

📋 copy color: '#0308DD'

red 3 ◦ green 8 ◦ blue 221

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

Shades of Medium Blue #0308DD

Tints of Medium Blue #0308DD

RGB

 RED value IS 3 (1.56% from 255) = 1.29%

 GREEN value IS 8 (3.52% from 255) = 3.45%

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

R = 1.29%
G = 3.45%
B = 95.26%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0308DD (or 0x0308DD) is known color: Medium Blue. HEX triplet: 03, 08 and DD. RGB value is (3,8,221). Sum of RGB (Red+Green+Blue) = 3+8+221=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 8 (3.52% from 255 or 3.45% from 232); Blue value is 221 (86.72% from 255 or 95.26% from 232); Max value from RGB is 221 - color contains mainly: blue. Hex color #0308DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0308DD is #FCF722. Grayscale: #1D1D1D. Windows color (decimal): -16578339 or 14485507. OLE color: 14485507.

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

Color convert

RGB 3 8 221 -
CMYK 0.99 0.96 0 0.13
HSL 238.62º 0.97% 0.44% -
HSV(B) 238.62º 0.99% 0.87% -
XYZ 13.18 5.41 68.76 -
YUV 30.79 235.34 108.18 -
System Red Green Blue C M Y K H S L
Decimal 3 8 221 0.99 0.96 0 0.13 238.62 0.97 0.44
Hex 3 8 DD 63 60 0 D EF 61 2C
Octal 3 10 335 143 140 0 15 357 141 54
Binary 11 1000 11011101 1100011 1100000 0 1101 11101111 1100001 101100

Color Harmonies of #0308DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0308DD

Black with #0308DD

Text Example


Text Example

White with #0308DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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