Html Css Color HEX #0603DA Medium Blue

📋 copy color: '#0603DA'

red 6 ◦ green 3 ◦ blue 218

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

Shades of Medium Blue #0603DA

Tints of Medium Blue #0603DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 96.04%

R = 2.64%
G = 1.32%
B = 96.04%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0603DA (or 0x0603DA) is known color: Medium Blue. HEX triplet: 06, 03 and DA. RGB value is (6,3,218). Sum of RGB (Red+Green+Blue) = 6+3+218=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 218 (85.55% from 255 or 96.04% from 227); Max value from RGB is 218 - color contains mainly: blue. Hex color #0603DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0603DA is #F9FC25. Grayscale: #1B1B1B. Windows color (decimal): -16383014 or 14287622. OLE color: 14287622.

HSL color Cylindrical-coordinate representation of color #0603DA: hue angle of 240.84º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0603DA is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 6 3 218 -
CMYK 0.97 0.99 0 0.15
HSL 240.84º 0.97% 0.43% -
HSV(B) 240.84º 0.99% 0.85% -
XYZ 12.76 5.17 66.65 -
YUV 28.41 234.99 112.02 -
System Red Green Blue C M Y K H S L
Decimal 6 3 218 0.97 0.99 0 0.15 240.84 0.97 0.43
Hex 6 3 DA 61 63 0 F F1 61 2B
Octal 6 3 332 141 143 0 17 361 141 53
Binary 110 11 11011010 1100001 1100011 0 1111 11110001 1100001 101011

Color Harmonies of #0603DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0603DA

Black with #0603DA

Text Example


Text Example

White with #0603DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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