Html Css Color HEX #0003CD Medium Blue

📋 copy color: '#0003CD'

red 0 ◦ green 3 ◦ blue 205

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

Shades of Medium Blue #0003CD

Tints of Medium Blue #0003CD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 205 (80.47% from 255) = 98.56%

R = 0%
G = 1.44%
B = 98.56%

CMYK

 C value IS 1

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0003CD (or 0x0003CD) is known color: Medium Blue. HEX triplet: 00, 03 and CD. RGB value is (0,3,205). Sum of RGB (Red+Green+Blue) = 0+3+205=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 205 (80.47% from 255 or 98.56% from 208); Max value from RGB is 205 - color contains mainly: blue. Hex color #0003CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0003CD is #FFFC32. Grayscale: #181818. Windows color (decimal): -16776243 or 13435648. OLE color: 13435648.

HSL color Cylindrical-coordinate representation of color #0003CD: hue angle of 239.12º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0003CD is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 3 205 -
CMYK 1 0.99 0 0.20
HSL 239.12º 1% 0.4% -
HSV(B) 239.12º 1% 0.8% -
XYZ 11.05 4.47 58.04 -
YUV 25.13 229.51 110.07 -
System Red Green Blue C M Y K H S L
Decimal 0 3 205 1 0.99 0 0.20 239.12 1 0.4
Hex 0 3 CD 64 63 0 14 EF 64 28
Octal 0 3 315 144 143 0 24 357 144 50
Binary 0 11 11001101 1100100 1100011 0 10100 11101111 1100100 101000

Color Harmonies of #0003CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0003CD

Black with #0003CD

Text Example


Text Example

White with #0003CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0003CD; }

 p { color: rgb(0,3,205); }

 H1.HeaderClassName
 {
   color: #0003CD;
 }
 .AnyTagClassName
 {
   color: #0003CD;
 }
</style>

background-color css

<style>
 a { background-color: #0003CD; }

 a { background-color: rgb(0,3,205); }

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

border-color css

<style>
 span { border-color: #0003CD; }

 span { border-color: rgb(0,3,205); }

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