Html Css Color HEX #0308DB Medium Blue

📋 copy color: '#0308DB'

red 3 ◦ green 8 ◦ blue 219

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

Shades of Medium Blue #0308DB

Tints of Medium Blue #0308DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 95.22%

R = 1.3%
G = 3.48%
B = 95.22%

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

#0308DB (or 0x0308DB) is known color: Medium Blue. HEX triplet: 03, 08 and DB. RGB value is (3,8,219). Sum of RGB (Red+Green+Blue) = 3+8+219=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 219 (85.94% from 255 or 95.22% from 230); Max value from RGB is 219 - color contains mainly: blue. Hex color #0308DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0308DB is #FCF724. Grayscale: #1D1D1D. Windows color (decimal): -16578341 or 14354435. OLE color: 14354435.

HSL color Cylindrical-coordinate representation of color #0308DB: hue angle of 238.61º 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 #0308DB is Cyan = 0.99, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 8 219 -
CMYK 0.99 0.96 0 0.14
HSL 238.61º 0.97% 0.44% -
HSV(B) 238.61º 0.99% 0.86% -
XYZ 12.91 5.31 67.36 -
YUV 30.56 234.34 108.34 -
System Red Green Blue C M Y K H S L
Decimal 3 8 219 0.99 0.96 0 0.14 238.61 0.97 0.44
Hex 3 8 DB 63 60 0 E EF 61 2C
Octal 3 10 333 143 140 0 16 357 141 54
Binary 11 1000 11011011 1100011 1100000 0 1110 11101111 1100001 101100

Color Harmonies of #0308DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0308DB

Black with #0308DB

Text Example


Text Example

White with #0308DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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