Html Css Color HEX #0308DC Medium Blue

📋 copy color: '#0308DC'

red 3 ◦ green 8 ◦ blue 220

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

Shades of Medium Blue #0308DC

Tints of Medium Blue #0308DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 95.24%

R = 1.3%
G = 3.46%
B = 95.24%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0308DC (or 0x0308DC) is known color: Medium Blue. HEX triplet: 03, 08 and DC. RGB value is (3,8,220). Sum of RGB (Red+Green+Blue) = 3+8+220=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 220 (86.33% from 255 or 95.24% from 231); Max value from RGB is 220 - color contains mainly: blue. Hex color #0308DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0308DC is #FCF723. Grayscale: #1D1D1D. Windows color (decimal): -16578340 or 14419971. OLE color: 14419971.

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

Color convert

RGB 3 8 220 -
CMYK 0.99 0.96 0 0.14
HSL 238.62º 0.97% 0.44% -
HSV(B) 238.62º 0.99% 0.86% -
XYZ 13.04 5.36 68.06 -
YUV 30.67 234.84 108.26 -
System Red Green Blue C M Y K H S L
Decimal 3 8 220 0.99 0.96 0 0.14 238.62 0.97 0.44
Hex 3 8 DC 63 60 0 E EF 61 2C
Octal 3 10 334 143 140 0 16 357 141 54
Binary 11 1000 11011100 1100011 1100000 0 1110 11101111 1100001 101100

Color Harmonies of #0308DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0308DC

Black with #0308DC

Text Example


Text Example

White with #0308DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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