Html Css Color HEX #0603DB Medium Blue

📋 copy color: '#0603DB'

red 6 ◦ green 3 ◦ blue 219

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

Shades of Medium Blue #0603DB

Tints of Medium Blue #0603DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

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

R = 2.63%
G = 1.32%
B = 96.05%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0603DB (or 0x0603DB) is known color: Medium Blue. HEX triplet: 06, 03 and DB. RGB value is (6,3,219). Sum of RGB (Red+Green+Blue) = 6+3+219=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 219 (85.94% from 255 or 96.05% from 228); Max value from RGB is 219 - color contains mainly: blue. Hex color #0603DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0603DB is #F9FC24. Grayscale: #1B1B1B. Windows color (decimal): -16383013 or 14353158. OLE color: 14353158.

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

Color convert

RGB 6 3 219 -
CMYK 0.97 0.99 0 0.14
HSL 240.83º 0.97% 0.44% -
HSV(B) 240.83º 0.99% 0.86% -
XYZ 12.89 5.22 67.35 -
YUV 28.52 235.49 111.94 -
System Red Green Blue C M Y K H S L
Decimal 6 3 219 0.97 0.99 0 0.14 240.83 0.97 0.44
Hex 6 3 DB 61 63 0 E F1 61 2C
Octal 6 3 333 141 143 0 16 361 141 54
Binary 110 11 11011011 1100001 1100011 0 1110 11110001 1100001 101100

Color Harmonies of #0603DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0603DB

Black with #0603DB

Text Example


Text Example

White with #0603DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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